mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
af68f61e7a
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 |
||
---|---|---|
.. | ||
CakeTestCaseTest.php | ||
CakeTestFixtureTest.php | ||
CakeTestSuiteTest.php | ||
ControllerTestCaseTest.php | ||
HtmlCoverageReportTest.php |