Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 16 of 16) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
DIfTokenParser.php40 $tests = [$expr, $body];
55 $tests[] = $expr;
56 $tests[] = $body;
70 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
/template/twigstarter/vendor/twig/twig/src/Extension/
DStagingExtension.php33 private $tests = []; variable in Twig\\Extension\\StagingExtension
89 if (isset($this->tests[$test->getName()])) {
93 $this->tests[$test->getName()] = $test;
98 return $this->tests;
/template/twigstarter/vendor/twig/twig/src/
DExtensionSet.php36 private $tests; variable in Twig\\ExtensionSet
362 return $this->tests;
374 if (isset($this->tests[$name])) {
375 return $this->tests[$name];
378 foreach ($this->tests as $pattern => $test) {
417 $this->tests = [];
444 $this->tests[$test->getName()] = $test;
/template/twigstarter/vendor/twig/twig/src/Node/
DIfNode.php24 public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null) argument
26 $nodes = ['tests' => $tests];
/template/twigstarter/vendor/twig/twig/src/Test/
DIntegrationTestCase.php97 $tests = [];
128 …$tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception…
131 if ($legacyTests && empty($tests)) {
136 return $tests;
/template/strap/vendor/hidehalo/nanoid-php/
H A D.gitattributes3 tests/ export-ignore
/template/breeze/bower_components/modular-scale/stylesheets/
D_modular-scale.scss6 @import "modular-scale/tests";
/template/strap/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
/template/strap/vendor/php-webdriver/webdriver/
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 dist…
H A DCHANGELOG.md204 - Added unit tests for `WebDriverCommand` and `DesiredCapabilities`.
/template/twigstarter/vendor/twig/twig/
DCHANGELOG62 * Make round brackets optional for one argument tests like "same as" or "divisible by"
149 * added support for macros on "is defined" tests
263 * added support for dynamically named tests
/template/strap/
H A Dcontrib.md70 * Clone the tests
/template/templar/less/
Dbutton-groups.less13 …: nowrap; // prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page)
/template/khum1/
DCHANGELOG.md.backup147 - Enlèvement d'un fichier css pour les tests.
DCHANGELOG.md168 - Enlèvement d'un fichier css pour les tests.
/template/daily/css/
Dpure-min.css1431 there's a rowspan on the first cell. Case added to the tests. issue#432 */