Home
last modified time | relevance | path

Searched refs:testLog (Results 1 – 2 of 2) sorted by relevance

/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js142 testLog: 'testlog'
146 if (this.options.testLog) {
147 this.options.testLog = $(this.options.testLog) || null;
173 this.logger = new Test.Unit.Logger(this.options.testLog);
567 new Test.Unit.Runner(compiledSpec, { titles: titles, testLog: log || 'testlog', context: name });
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php918 public function testLog() function in JMS\\Serializer\\Tests\\Serializer\\BaseSerializationTest