We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b957 commit 7f41605Copy full SHA for 7f41605
tests/webfiori/framework/test/writers/WebServiceTestCaseWriterTest.php
@@ -31,6 +31,8 @@ public function test01() {
31
$w->setPath(ROOT_PATH.DS.'tests'.DS.'cool');
32
$this->assertEquals('tests\\cool\\CoolTest', $w->getName(true));
33
$w->writeClass();
34
+ $this->assertTrue(file_exists($w->getAbsolutePath()));
35
+ require_once $w->getAbsolutePath();
36
$this->assertTrue(class_exists('\\'.$w->getName(true)));
37
$this->removeClass($w->getAbsolutePath());
38
}
0 commit comments