mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 03:52:41 +00:00
path correction
This commit is contained in:
parent
6e29bb4d94
commit
b1d891bb49
1 changed files with 2 additions and 2 deletions
|
@ -116,13 +116,13 @@ class CakeFixtureManager {
|
|||
$pluginName = $parts[1];
|
||||
$fixture = $parts[2];
|
||||
$fixturePaths = array(
|
||||
App::pluginPath($pluginName) . 'tests' . DS . 'Fixture',
|
||||
App::pluginPath($pluginName) . 'Test' . DS . 'Fixture',
|
||||
TESTS . 'Fixture'
|
||||
);
|
||||
} else {
|
||||
$fixturePaths = array(
|
||||
TESTS . 'Fixture',
|
||||
CAKE . 'tests' . DS . 'Fixture'
|
||||
CAKE . 'Test' . DS . 'Fixture'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue