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