Skip to content

Commit

Permalink
SDK-5690: Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vol4onok committed Dec 13, 2023
1 parent 8e2075d commit 35bb22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/integrator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

defined('APPLICATION_ROOT_DIR') || define('APPLICATION_ROOT_DIR', getcwd() );

defined('INTEGRATOR_ROOT_DIR') || define('INTEGRATOR_ROOT_DIR', dirname(__DIR__) );
defined('INTEGRATOR_ROOT_DIR') || define('INTEGRATOR_ROOT_DIR', dirname(__DIR__, 4) );

defined('APPLICATION_SOURCE_DIR')
|| define('APPLICATION_SOURCE_DIR', APPLICATION_ROOT_DIR . DIRECTORY_SEPARATOR . 'src');
Expand Down

0 comments on commit 35bb22b

Please sign in to comment.