mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing constant use
This commit is contained in:
parent
cbdafb3f3b
commit
9d90c555eb
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class MediaViewTest extends CakeTestCase {
|
|||
*/
|
||||
function testRenderWithUnknownFileType() {
|
||||
$this->MediaView->viewVars = array(
|
||||
'path' => TEST_CAKE_CORE_INCLUDE_PATH . 'tests' . DS . 'test_app' . DS . 'config' . DS,
|
||||
'path' => LIBS . 'tests' . DS . 'test_app' . DS . 'config' . DS,
|
||||
'id' => 'no_section.ini',
|
||||
'extension' => 'ini',
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue