cakephp2-php8/lib/Cake/TestSuite
mark_story af68f61e7a Make assertTags() run much faster.
Generating the various permutations a priori is incredibly expensive
with sets of attributes. Using nested loops that look for matches is
more efficient.

Add replacments for `.*` and `.+` in preg:/ prefixed attribute matchers
so they do not greedily eat all content. This also requires that preg:/
based attribute matchers *must* be quoted.

Fixes #3072
2014-03-21 22:52:52 -04:00
..
Coverage Remove dead and unused code. 2014-02-11 16:38:24 -05:00
Fixture adding test 2014-01-06 21:07:00 +01:00
Reporter Remove dead and unused code. 2014-02-11 16:38:24 -05:00
templates Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestCase.php Make assertTags() run much faster. 2014-03-21 22:52:52 -04:00
CakeTestLoader.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestRunner.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestSuite.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestSuiteCommand.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
CakeTestSuiteDispatcher.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
ControllerTestCase.php Correct typo 2014-03-19 12:47:31 +01:00