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