mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
Replaced with strict assertions
This commit is contained in:
@@ -14,6 +14,6 @@ class FluentInterfaceTest extends TestCase
|
||||
->from('foobar', 'f')
|
||||
->where('f.bar = ?');
|
||||
|
||||
$this->assertEquals('SELECT foo, bar FROM foobar AS f WHERE f.bar = ?', (string) $query);
|
||||
$this->assertSame('SELECT foo, bar FROM foobar AS f WHERE f.bar = ?', (string) $query);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user