Skip to content

Commit

Permalink
Merge pull request #19 from padraic/phpunit-fixes
Browse files Browse the repository at this point in the history
Fix case in PHPUnit_Framework_TestCase reference (presumably loader issue)
  • Loading branch information
Alexander Obuhovich committed Jan 17, 2015
2 parents a68ffca + 7d44655 commit 734f9a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Hamcrest/AbstractMatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
class UnknownType {
}

abstract class AbstractMatcherTest extends \PhpUnit_Framework_TestCase
abstract class AbstractMatcherTest extends \PHPUnit_Framework_TestCase
{

const ARGUMENT_IGNORED = "ignored";
Expand Down

0 comments on commit 734f9a1

Please sign in to comment.