Searched refs:TestClass (Results 1 – 8 of 8) sorted by relevance
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | FactoryTest.php | 88 $a = new TestClass; 89 $b = new TestClass; 108 $a = new TestClass; 109 $b = new TestClass;
|
H A D | ObjectComparatorTest.php | 32 array(new TestClass, new TestClass), 34 array(new stdClass, new TestClass)
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/tests/_fixture/ |
H A D | issue19.php | 2 class TestClass { class
|
H A D | classInScopedNamespace.php | 4 class TestClass { class
|
H A D | classInNamespace.php | 4 class TestClass class
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/_files/ |
H A D | TestClass.php | 13 class TestClass { class
|
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/ |
H A D | events.js | 434 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 D | collections.js | 539 function TestClass() { class in AnonymousFunction87f89eb65400 544 …assert.deepEqual(_.findWhere([{y: 5, b: 6}, expect], new TestClass()), expect, 'uses class instanc…
|