Esempio 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());
 }
Esempio n. 2
0
 public function testEnvironmentShouldMatchApplicationEnvironment()
 {
     $bootstrap = new ZfAppBootstrap($this->application);
     $this->assertSame($this->application->getEnvironment(), $bootstrap->getEnvironment());
 }