Skip to content

Commit 30a4e0a

Browse files
committed
🚿 moved test storage files (firebird/sqlite)
1 parent 309fbcd commit 30a4e0a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
.build/*
1515
config/.env
1616
vendor/*
17-
storage/*
17+
tests/storage/*
1818
composer.lock
1919
phpunit.xml

tests/DBTestAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected function setUp():void{
8282
// fix database file names
8383
$this->env->set($this->envPrefix.'_DATABASE', str_replace(
8484
'{STORAGE}',
85-
realpath(__DIR__.'/../storage').DIRECTORY_SEPARATOR,
85+
realpath(__DIR__.'/storage').DIRECTORY_SEPARATOR,
8686
$this->env->get($this->envPrefix.'_DATABASE')
8787
));
8888

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)