mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +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 |
||
---|---|---|
.. | ||
Coverage | ||
Fixture | ||
Reporter | ||
templates | ||
CakeTestCase.php | ||
CakeTestLoader.php | ||
CakeTestRunner.php | ||
CakeTestSuite.php | ||
CakeTestSuiteCommand.php | ||
CakeTestSuiteDispatcher.php | ||
ControllerTestCase.php |