Home
last modified time | relevance | path

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

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