Home
last modified time | relevance | path

Searched refs:ClassWithToString (Results 1 – 5 of 5) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DClassWithToString.php15 class ClassWithToString class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php892 ['string representation', new ClassWithToString],
893 [new ClassWithToString, 'string representation'],
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
H A DFactoryTest.php57 array(new ClassWithToString, '1', 'SebastianBergmann\\Comparator\\ScalarComparator'),
58 array('1', new ClassWithToString, 'SebastianBergmann\\Comparator\\ScalarComparator'),
H A DScalarComparatorTest.php30 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 …]
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
H A DClassWithToString.php13 class ClassWithToString class