[phpdoc] Fix undefined classes.

This commit is contained in:
Daniele Alessandri
2014-07-27 21:55:16 +02:00
parent aa5c893d5a
commit 4e1186f845
19 changed files with 46 additions and 46 deletions
@@ -12,7 +12,7 @@
/**
* Constraint that accepts arrays with the same elements but different order.
*/
class ArrayHasSameValuesConstraint extends PHPUnit_Framework_Constraint
class ArrayHasSameValuesConstraint extends \PHPUnit_Framework_Constraint
{
protected $array;