mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-25 13:59:08 +02:00
Replaced with strict assertions
This commit is contained in:
@@ -16,6 +16,6 @@ class CommandTest extends TestCase
|
||||
|
||||
$invoker->setCommand(new HelloCommand($receiver));
|
||||
$invoker->run();
|
||||
$this->assertEquals('Hello World', $receiver->getOutput());
|
||||
$this->assertSame('Hello World', $receiver->getOutput());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user