Skip to content

Commit

Permalink
🚿 moved test storage files (firebird/sqlite)
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Aug 24, 2024
1 parent 309fbcd commit 30a4e0a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
.build/*
config/.env
vendor/*
storage/*
tests/storage/*
composer.lock
phpunit.xml
2 changes: 1 addition & 1 deletion tests/DBTestAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ protected function setUp():void{
// fix database file names
$this->env->set($this->envPrefix.'_DATABASE', str_replace(
'{STORAGE}',
realpath(__DIR__.'/../storage').DIRECTORY_SEPARATOR,
realpath(__DIR__.'/storage').DIRECTORY_SEPARATOR,
$this->env->get($this->envPrefix.'_DATABASE')
));

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 30a4e0a

Please sign in to comment.