mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 06:57:25 +02:00
Replaced with strict assertions
This commit is contained in:
@@ -31,6 +31,6 @@ class FacadeTest extends TestCase
|
||||
$facade->turnOn();
|
||||
|
||||
// but you can also access the underlying components
|
||||
$this->assertEquals('Linux', $os->getName());
|
||||
$this->assertSame('Linux', $os->getName());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user