Example #1
0
 /**
  * Verify fixture
  */
 public function testIsFixtureCorrect()
 {
     $this->config->setApplication($this->getMockWithFixturesWorkingPath());
     $this->assertInstanceOf('\\Bluzman\\Application\\Config', $this->config);
     $this->assertNotEquals($this->config->getApplication()->getWorkingPath(), __DIR__);
 }