/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
H A D | null_coalesce.test | 17 return ['bar' => 'OK', 'foo' => ['bar' => 'OK']] 19 OK 20 OK 21 OK 22 OK 23 OK 24 OK 25 OK 26 OK 27 OK [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/ |
H A D | starts_with.test | 4 {{ 'foo' starts with 'f' ? 'OK' : 'KO' }} 9 with 'f' ? 'OK' : 'KO' }} 10 {{ 'foo' starts with '' ? 'OK' : 'KO' }} 11 {{ '1' starts with true ? 'OK' : 'KO' }} 12 {{ '' starts with false ? 'OK' : 'KO' }} 18 OK 19 OK 20 OK 21 OK 22 OK [all …]
|
H A D | ends_with.test | 4 {{ 'foo' ends with 'o' ? 'OK' : 'KO' }} 7 {{ 'foo' ends with '' ? 'OK' : 'KO' }} 8 {{ '1' ends with true ? 'OK' : 'KO' }} 9 {{ 1 ends with true ? 'OK' : 'KO' }} 10 {{ 0 ends with false ? 'OK' : 'KO' }} 11 {{ '' ends with false ? 'OK' : 'KO' }} 13 {{ false ends with '' ? 'OK' : 'KO' }} 17 OK 18 OK 19 OK [all …]
|
H A D | sameas.test | 4 {{ 1 is same as(1) ? 'OK' }} 5 {{ 1 is not same as(true) ? 'OK' }} 6 {{ 1 is same as(1) ? 'OK' }} 7 {{ 1 is not same as(true) ? 'OK' }} 12 (true) ? 'OK' }} 16 OK 17 OK 18 OK 19 OK 20 OK [all …]
|
H A D | divisibleby.test | 4 {{ 8 is divisible by(2) ? 'OK' }} 5 {{ 8 is not divisible by(3) ? 'OK' }} 6 {{ 8 is divisible by (2) ? 'OK' }} 10 (3) ? 'OK' }} 14 OK 15 OK 16 OK 17 OK
|
H A D | matches.test | 4 {{ 'foo' matches '/o/' ? 'OK' : 'KO' }} 5 {{ 'foo' matches '/^fo/' ? 'OK' : 'KO' }} 6 {{ 'foo' matches '/O/i' ? 'OK' : 'KO' }} 10 OK 11 OK 12 OK
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | date.test | 5 {{ date(date1) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 6 {{ date(date2) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 7 {{ date(date3) == date('2010-10-04 13:45') ? 'OK' : 'KO' }} 10 {{ date() > date('-1day') ? 'OK' : 'KO' }} 21 OK 22 OK 23 OK 24 OK 25 OK 26 OK [all …]
|
/plugin/strata/_test/ |
H A D | storage.test.php | 14 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki'); 15 $this->assertTrue($OK); 24 $OK = $this->_triples->addTriples(array(array('subject' => 'Bob', 'predicate' => 'knows', 'object' => 'Alice')), 'wiki'); 25 $this->assertTrue($OK); 34 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki'); 35 $this->assertTrue($OK); 36 $OK =$this->_triples->addTriple('Alice', 'knows', 'Carol', 'wiki'); 37 $this->assertTrue($OK); 47 $OK = $this->_triples->addTriple('*', 'select', '%', 'wiki'); 48 $this->assertTrue($OK); [all...] |
H A D | storage_graphs.test.php | 14 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'knowledgebase of bob'); 15 $this->assertTrue($OK); 16 $OK = $this->_triples->addTriple('Alice', 'knows', 'Carol', 'knowledgebase of alice'); 17 $this->assertTrue($OK);
|
H A D | storage_removes.test.php | 16 $OK = $this->_triples->addTriple('Bob', 'knows', 'Alice', 'wiki'); 17 $this->assertTrue($OK); 18 $OK =$this->_triples->addTriple('Alice', 'knows', 'Carol', 'wiki'); 19 $this->assertTrue($OK); 20 $OK =$this->_triples->addTriple('Alice', 'dislikes', 'Carol', 'wiki'); 21 $this->assertTrue($OK);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
H A D | dataprovider-issue-2833.phpt | 17 OK (2 tests, 2 assertions)
|
H A D | dataprovider-issue-2859.phpt | 17 OK (1 test, 1 assertion)
|
H A D | default.phpt | 18 OK (3 tests, 3 assertions)
|
H A D | concrete-test-class.phpt | 18 OK (2 tests, 0 assertions)
|
H A D | dependencies2.phpt | 18 OK (2 tests, 5 assertions)
|
H A D | dependencies3.phpt | 19 OK (3 tests, 2 assertions)
|
H A D | forward-compatibility.phpt | 18 OK (3 tests, 3 assertions)
|
H A D | dataprovider-issue-2922.phpt | 18 OK (1 test, 1 assertion)
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/ |
H A D | 2435.phpt | 20 OK (1 test, 1 assertion)
|
H A D | 2811.phpt | 20 OK (1 test, 2 assertions)
|
H A D | 2380.phpt | 19 OK (1 test, 1 assertion)
|
H A D | 2382.phpt | 19 OK (1 test, 1 assertion)
|
H A D | 2972.phpt | 18 OK (2 tests, 2 assertions)
|
H A D | 1149.phpt | 20 OK (2 tests, 2 assertions)
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/ |
H A D | 523.phpt | 19 OK (1 test, 1 assertion)
|