Файловый менеджер - Редактировать - /var/www/jonas-eriksen.dk/jresolutions.dk/test/vendor/hamcrest/hamcrest-php/tests/Hamcrest/Text/MatchesPatternTest.php
Назад
<?php namespace Hamcrest\Text; class MatchesPatternTest extends \Hamcrest\AbstractMatcherTest { protected function createMatcher() { return matchesPattern('/o+b/'); } public function testEvaluatesToTrueIfArgumentmatchesPattern() { assertThat('foobar', matchesPattern('/o+b/')); assertThat('foobar', matchesPattern('/^foo/')); assertThat('foobar', matchesPattern('/ba*r$/')); assertThat('foobar', matchesPattern('/^foobar$/')); } public function testEvaluatesToFalseIfArgumentDoesntMatchRegex() { assertThat('foobar', not(matchesPattern('/^foob$/'))); assertThat('foobar', not(matchesPattern('/oobe/'))); } public function testHasAReadableDescription() { $this->assertDescription('a string matching "pattern"', matchesPattern('pattern')); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.38 |
proxy
|
phpinfo
|
Настройка