Home
last modified time | relevance | path

Searched refs:OK (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Dnull_coalesce.test17 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 Dstarts_with.test4 {{ '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 Dends_with.test4 {{ '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 Dsameas.test4 {{ 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 Ddivisibleby.test4 {{ 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 Dmatches.test4 {{ '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 Ddate.test5 {{ 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 Dstorage.test.php14 $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 Dstorage_graphs.test.php14 $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 Dstorage_removes.test.php16 $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 Ddataprovider-issue-2833.phpt17 OK (2 tests, 2 assertions)
H A Ddataprovider-issue-2859.phpt17 OK (1 test, 1 assertion)
H A Ddefault.phpt18 OK (3 tests, 3 assertions)
H A Dconcrete-test-class.phpt18 OK (2 tests, 0 assertions)
H A Ddependencies2.phpt18 OK (2 tests, 5 assertions)
H A Ddependencies3.phpt19 OK (3 tests, 2 assertions)
H A Dforward-compatibility.phpt18 OK (3 tests, 3 assertions)
H A Ddataprovider-issue-2922.phpt18 OK (1 test, 1 assertion)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt20 OK (1 test, 1 assertion)
H A D2811.phpt20 OK (1 test, 2 assertions)
H A D2380.phpt19 OK (1 test, 1 assertion)
H A D2382.phpt19 OK (1 test, 1 assertion)
H A D2972.phpt18 OK (2 tests, 2 assertions)
H A D1149.phpt20 OK (2 tests, 2 assertions)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/
H A D523.phpt19 OK (1 test, 1 assertion)

12345678910>>...12