mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing fixture loading in plugins
This commit is contained in:
parent
6e29bb4d94
commit
27463da5ef
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class CakeFixtureManager {
|
|||
$pluginName = $parts[1];
|
||||
$fixture = $parts[2];
|
||||
$fixturePaths = array(
|
||||
App::pluginPath($pluginName) . 'tests' . DS . 'Fixture',
|
||||
CakePlugin::path($pluginName) . 'Test' . DS . 'Fixture',
|
||||
TESTS . 'Fixture'
|
||||
);
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue