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 76eded0 commit 89c5bf1Copy full SHA for 89c5bf1
tests/StructBaseTest.php
@@ -2,7 +2,7 @@
2
3
namespace WsdlToPhp\PackageBase\Tests;
4
5
-class StructBase extends TestCase
+class StructBaseTest extends TestCase
6
{
7
/**
8
*
@@ -69,4 +69,4 @@ public function test__toStringMustReturnTheClassNameOfTheInstance()
69
70
$this->assertSame('WsdlToPhp\PackageBase\Tests\StructObject', (string) new StructObject());
71
}
72
-}
+}
0 commit comments