cakephp2-php8/lib/Cake/Test/Case/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
..
CakeTestCaseTest.php Make assertTags() run much faster. 2014-03-21 22:52:52 -04:00
CakeTestFixtureTest.php adding test 2014-01-06 21:07:00 +01:00
CakeTestSuiteTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00
ControllerTestCaseTest.php Removed "PHP 5" from file header DocBlocks 2013-11-13 22:58:39 +01:00
HtmlCoverageReportTest.php Improved the DocBlocks and other code cleanup 2013-05-31 00:11:19 +02:00