This commit is contained in:
parent
30670338ce
commit
2a0af653cb
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