public function testSetUserCreated()
 {
     $application = new Application();
     $application->setUserCreated(true);
     $this->assertEquals(true, $application->getUserCreated());
 }