Skip to content

Commit 7f41605

Browse files
committed
Update WebServiceTestCaseWriterTest.php
1 parent 497b957 commit 7f41605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/webfiori/framework/test/writers/WebServiceTestCaseWriterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ public function test01() {
3131
$w->setPath(ROOT_PATH.DS.'tests'.DS.'cool');
3232
$this->assertEquals('tests\\cool\\CoolTest', $w->getName(true));
3333
$w->writeClass();
34+
$this->assertTrue(file_exists($w->getAbsolutePath()));
35+
require_once $w->getAbsolutePath();
3436
$this->assertTrue(class_exists('\\'.$w->getName(true)));
3537
$this->removeClass($w->getAbsolutePath());
3638
}

0 commit comments

Comments
 (0)