Skip to content

Commit

Permalink
Clean code TestCase.php.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Nov 20, 2023
1 parent a3718dd commit 631b72d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ protected function mockApplication(): void
[
'id' => 'testapp',
'aliases' => [
'@bower' => dirname(__DIR__) . '/node_modules',
'@npm' => dirname(__DIR__) . '/node_modules',
'@root' => dirname(__DIR__),
'@bower' => '@root/node_modules',
'@npm' => '@root/node_modules',
],
'basePath' => __DIR__,
'vendorPath' => dirname(__DIR__) . '/vendor',
'components' => [
'assetManager' => [
'basePath' => __DIR__ . '/Support/runtime',
Expand Down

0 comments on commit 631b72d

Please sign in to comment.