Ejemplo n.º 1
0
 public function testEnvironmentShouldMatchApplicationEnvironment()
 {
     // require_once dirname(__FILE__) . '/../_files/ZfAppBootstrap.php';
     $bootstrap = new ZfAppBootstrap($this->application);
     $this->assertSame($this->application->getEnvironment(), $bootstrap->getEnvironment());
 }
Ejemplo n.º 2
0
 public function testEnvironmentShouldMatchApplicationEnvironment()
 {
     $bootstrap = new ZfAppBootstrap($this->application);
     $this->assertSame($this->application->getEnvironment(), $bootstrap->getEnvironment());
 }