This commit is contained in:
parent
0e90174a6d
commit
297fd317b0
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ final class HelloWorldTest extends TestCase
|
||||||
public function testGetHello(): void
|
public function testGetHello(): void
|
||||||
{
|
{
|
||||||
$hello = new HelloWorld();
|
$hello = new HelloWorld();
|
||||||
$this->assertSame('Hello Drone! :3', $hello->getHello());
|
$this->assertSame('Hello world! :3', $hello->getHello());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue