Searched refs:ClassWithToString (Results 1 – 5 of 5) sorted by relevance
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | ScalarComparatorTest.php | 30 array(new ClassWithToString, "string"), 31 array("string", new ClassWithToString), 51 array(new ClassWithToString, new ClassWithToString), 52 array(false, new ClassWithToString), 61 array(new ClassWithToString, new ClassWithToString), 62 array("string representation", new ClassWithToString), 63 array(new ClassWithToString, "string representation"), 66 array("String Representation", new ClassWithToString, true), 67 array(new ClassWithToString, "String Representation", true), 93 array(new ClassWithToString, "does not match", $otherException), [all …]
|
H A D | FactoryTest.php | 57 array(new ClassWithToString, '1', 'SebastianBergmann\\Comparator\\ScalarComparator'), 58 array('1', new ClassWithToString, 'SebastianBergmann\\Comparator\\ScalarComparator'),
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/ |
H A D | ClassWithToString.php | 15 class ClassWithToString class
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/ |
H A D | ClassWithToString.php | 13 class ClassWithToString class
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | AssertTest.php | 892 ['string representation', new ClassWithToString], 893 [new ClassWithToString, 'string representation'],
|