We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46217f commit 0ca1917Copy full SHA for 0ca1917
tests/ResourceGeneratorTest.php
@@ -58,8 +58,8 @@ public function testOutput()
58
$objectPath = substr($name, strlen($resourcesPath));
59
60
$this->assertFileExists($this->temporaryDirectory . $objectPath);
61
- $this->assertTrue(
62
- file_get_contents($resourcesPath . $objectPath) ==
+ $this->assertSame(
+ file_get_contents($resourcesPath . $objectPath),
63
file_get_contents($this->temporaryDirectory . $objectPath),
64
$objectPath
65
);
0 commit comments