public function testEnvironmentShouldMatchApplicationEnvironment()
 {
     $bootstrap = new TestAsset\ZfAppBootstrap($this->application);
     $this->assertSame($this->application->getEnvironment(), $bootstrap->getEnvironment());
 }