Exemple #1
0
 public function testHelperPathStackIsLifo()
 {
     HelperBroker\HelperBroker::addPath(dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'Helpers', 'MyApp');
     $urlHelper = HelperBroker\HelperBroker::getStaticHelper('url');
     $this->assertTrue($urlHelper instanceof \MyApp\Url);
 }