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 23d534a commit 8e2075d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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__, 4) );
defined('INTEGRATOR_ROOT_DIR') || define('INTEGRATOR_ROOT_DIR', dirname(__DIR__) );

defined('APPLICATION_SOURCE_DIR')
|| define('APPLICATION_SOURCE_DIR', APPLICATION_ROOT_DIR . DIRECTORY_SEPARATOR . 'src');
Expand Down
1 change: 1 addition & 0 deletions tests/SprykerSdkTest/Integrator/IntegratorFacadeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ public function testRunUpdateLock(): void

/**
* @group test1
*
* @return void
*/
public function testRunCleanLock(): void
Expand Down

0 comments on commit 8e2075d

Please sign in to comment.