Home
last modified time | relevance | path

Searched refs:TestClass (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/
DFactoryTest.php88 $a = new TestClass;
89 $b = new TestClass;
108 $a = new TestClass;
109 $b = new TestClass;
DObjectComparatorTest.php32 array(new TestClass, new TestClass),
34 array(new stdClass, new TestClass)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/
Dissue19.php2 class TestClass { class
DclassInNamespace.php4 class TestClass class
DclassInScopedNamespace.php4 class TestClass { class
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/
DTestClass.php13 class TestClass { class
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Devents.js434 var TestClass = function() { class
437 TestClass.prototype.assertTrue = function() { class
442 obj.on('event', function() { this.assertTrue(); }, new TestClass);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js539 function TestClass() { class
544 …assert.deepEqual(_.findWhere([{y: 5, b: 6}, expect], new TestClass()), expect, 'uses class instanc…