Skip to content

Commit

Permalink
Use assertSame()
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 28, 2020
1 parent 60f1e6e commit 91a7a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/StaticAnalysis/CoveredFileAnalyserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function testGetLinesToBeIgnoredWhenIgnoreIsDisabled(): void

public function testGetLinesOfCodeForFileWithoutNewline(): void
{
$this->assertEquals(
$this->assertSame(
1,
(new ParsingCoveredFileAnalyser(false, false))->linesOfCodeFor(
TEST_FILES_PATH . 'source_without_newline.php'
Expand Down

0 comments on commit 91a7a3c

Please sign in to comment.