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 c59962b commit 6c24f4eCopy full SHA for 6c24f4e
tests/ChunkTest.php
@@ -29,7 +29,7 @@ protected function setUp()
29
30
public function testCanBeCreatedWithoutArguments()
31
{
32
- $this->assertInstanceOf(Chunk::class, $this->chunk);
+ $this->assertInstanceOf('SebastianBergmann\Diff\Chuck', $this->chunk);
33
}
34
35
public function testStartCanBeRetrieved()
tests/LineTest.php
- $this->assertInstanceOf(Line::class, $this->line);
+ $this->assertInstanceOf('SebastianBergmann\Diff\Line', $this->line);
public function testTypeCanBeRetrieved()
0 commit comments