Exemplo n.º 1
0
 function testDefinedClasses()
 {
     $app = new TestApplication(__DIR__ . "/app", "/tmp");
     $this->assertContains("Pages\\Testpage", $app->definedClasses());
     $this->assertContains("Loops\\Service\\TestService", $app->definedClasses());
 }