mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-21 00:02:17 +02:00
N°6532 Fix "failed to open stream" error on require_once approot in coreexception.class.inc.php
Was occurring in TemplateFieldValueTest templates-base phpunit test
This commit is contained in:
@@ -4,5 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @deprecated 3.0.0 N°3663 Exception classes were moved to `/application/exceptions`, use autoloader instead of require !
|
* @deprecated 3.0.0 N°3663 Exception classes were moved to `/application/exceptions`, use autoloader instead of require !
|
||||||
*/
|
*/
|
||||||
require_once '../approot.inc.php';
|
|
||||||
|
require_once __DIR__ . '../approot.inc.php';
|
||||||
|
|
||||||
DeprecatedCallsLog::NotifyDeprecatedFile('Classes were moved to /application/exceptions');
|
DeprecatedCallsLog::NotifyDeprecatedFile('Classes were moved to /application/exceptions');
|
||||||
|
|||||||
Reference in New Issue
Block a user