Skip to content

Commit d7c55b5

Browse files
1 parent 56a30b2 commit d7c55b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PHPUnit/Framework/Constraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
PHPUnit_Util_Filter::addFileToFilter(__FILE__, 'PHPUNIT');
5252

53-
if (!interface_exists('PHPUnit_Framework_Constraint', FALSE)) {
53+
if (!class_exists('PHPUnit_Framework_Constraint', FALSE)) {
5454

5555
/**
5656
* Abstract base class for constraints. which are placed upon any value.

0 commit comments

Comments
 (0)