public function testIsSubstituteCreated()
 {
     $application = new Application();
     $application->setSubstituteCreated(true);
     $this->assertEquals(true, $application->getSubstituteCreated());
 }