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.
2 parents 3fae3c0 + a54cd78 commit 1438366Copy full SHA for 1438366
tests/unit/phpDocumentor/Reflection/File/LocalFileTest.php
@@ -25,7 +25,7 @@ class LocalFileTest extends TestCase
25
public function testGetContents()
26
{
27
$file = new LocalFile(__FILE__);
28
- $this->assertEquals(file_get_contents(__FILE__), $file->getContents());
+ $this->assertStringEqualsFile(__FILE__, $file->getContents());
29
}
30
31
/**
0 commit comments