Home
last modified time | relevance | path

Searched refs:tests (Results 26 – 50 of 323) sorted by path

12345678910>>...13

/plugin/codeprettify/code-prettify/
H A DCHANGES.md16 * Added [tests](https://raw.githack.com/google/code-prettify/master/tests/prettify_test.html#php)
22 ([test](https://raw.githack.com/google/code-prettify/master/tests/prettify_test.html#js_script))
24 ([test](https://raw.githack.com/google/code-prettify/master/tests/prettify_test.html#issue8))
54 [testcase](https://raw.githack.com/google/code-prettify/master/tests/prettify_test.html#issue22).
H A DREADME.md129 [the tests][4] to see if it works in your browser.
237 [4]: https://raw.githack.com/google/code-prettify/master/tests/prettify_test.html
239 [6]: https://raw.githack.com/google/code-prettify/master/tests/prettify_test.html#issue22
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md70 - PHPUnit is required to run the unit tests
71 - Composer is required to run the unit tests
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md204 - Added unit tests for `WebDriverCommand` and `DesiredCapabilities`.
H A DREADME.md85 Selenium server can be useful when you need to execute multiple tests at once,
86 when you run tests in several different browsers (like on your CI server), or when you need to distribute tests amongst
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DREADME.md6 [![Build Status](https://img.shields.io/github/actions/workflow/status/thephpleague/commonmark/tests.yml?branch=main&style=flat-square)](https://github.com/thephpleague/commonmark/actions?query=workflow%3ATests+branch%3Amain)
161 $ ./tests/benchmark/benchmark.php
/plugin/condition/
H A Dplugin.info.txt8 desc render a block if a condition if fullfilled, user custom tests can be easily added
/plugin/csv/_test/
H A DREADME5 https://github.com/keboola/php-csv/tree/master/tests/Keboola/Csv
8 More tests, especially with various escape/enclosing/delimiter combos would
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php65 'tests' => '#5 done',
274 'title' => 'tests',
385 'tests' => '#5 done',
/plugin/data/_test/
H A Dsyntax_plugin_data_entry.test.php
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml17 - LOWEST_DEPS="--prefer-lowest" TEST_DEPS="tests/Sabre/"
32 - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS
H A DCONTRIBUTING.md69 tests.
75 We may have to write the tests ourselves, which can increase the time it takes
78 To run the testsuite jump into the directory `cd tests` and trigger `phpunit`.
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php136 $tests = [
144 foreach($tests as $test=>$result) {
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist10 <directory>tests/</directory>
/plugin/davcal/vendor/sabre/event/tests/benchmark/
H A Dbench.php104 $tests = [ variable
110 foreach ($tests as $test) {
/plugin/davcal/vendor/sabre/http/
H A D.travis.yml25 - ./bin/phpunit --configuration tests/phpunit.xml
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml15 - ./bin/phpunit --configuration tests/phpunit.xml.dist
H A DREADME.md8 problems in PHP applications. 100% unitested and many tests are based on
/plugin/davcal/vendor/sabre/vobject/
H A D.travis.yml16 - phpunit --configuration tests/phpunit.xml
17 - ./bin/phpcs -p --standard=tests/phpcs/ruleset.xml lib/
H A DChangeLog.md69 * #203: Skip tests for timezones that are not supported on older PHP versions,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php22 $tests = array();
32 …$tests[] = array($valarm1, new DateTime('2012-03-01 01:00:00'), new DateTime('2012-04-01 01:00:00'…
33 …$tests[] = array($valarm1, new DateTime('2012-03-01 01:00:00'), new DateTime('2012-03-10 01:00:00'…
45 …$tests[] = array($valarm2, new DateTime('2012-03-01 01:00:00'), new DateTime('2012-04-01 01:00:00'…
46 …$tests[] = array($valarm2, new DateTime('2012-03-01 01:00:00'), new DateTime('2012-03-10 01:00:00'…
57 …$tests[] = array($valarm3, new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'…
58 …$tests[] = array($valarm3, new DateTime('2012-03-25 01:00:00'), new DateTime('2012-04-05 01:00:00'…
71 …$tests[] = array($valarm4, new DateTime('2012-02-25 01:00:00'), new DateTime('2012-03-05 01:00:00'…
72 …$tests[] = array($valarm4, new DateTime('2012-03-25 01:00:00'), new DateTime('2012-04-05 01:00:00'…
85 …$tests[] = array($valarm5, new DateTime('2012-03-09 01:00:00'), new DateTime('2012-03-10 01:00:00'…
[all …]
H A DVCalendarTest.php34 $tests = array();
44 $tests[] = array($input,$output);
75 $tests[] = array($input, $output);
103 $tests[] = array($input, $output);
160 $tests[] = array($input, $output);
224 $tests[] = array($input, $output);
269 … $tests[] = array($input, $output, 'America/Argentina/Buenos_Aires', '2014-01-01', '2015-01-01');
292 $tests[] = array($input, $output);
293 return $tests;
H A DVCardTest.php36 $tests = array();
39 $tests[] = array(
46 $tests[] = array(
55 $tests[] = array(
64 $tests[] = array(
72 $tests[] = array(
80 $tests[] = array(
89 $tests[] = array(
96 return $tests;
H A DVEventTest.php20 $tests = array();
26 $tests[] = array($vevent, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
27 $tests[] = array($vevent, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
31 $tests[] = array($vevent2, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
32 $tests[] = array($vevent2, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
36 $tests[] = array($vevent3, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
37 $tests[] = array($vevent3, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
42 $tests[] = array($vevent4, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
43 $tests[] = array($vevent4, new \DateTime('2011-01-01'), new \DateTime('2011-11-01'), false);
54 $tests[] = array($vevent5, new \DateTime('2011-01-01'), new \DateTime('2012-01-01'), true);
[all …]

12345678910>>...13