diff --git a/.env.test b/.env.test index 81349c70..2ed1ce0f 100644 --- a/.env.test +++ b/.env.test @@ -1,6 +1,7 @@ # define your env variables for the test env here KERNEL_CLASS='App\Kernel' -APP_SECRET='s$cretf0rt3st' +APP_SECRET='$ecretf0rt3st' SYMFONY_DEPRECATIONS_HELPER=999999 +PANTHER_APP_ENV=panther DATABASE_URL=mysql://root:@127.0.0.1:3306/part-db_test \ No newline at end of file diff --git a/.gitignore b/.gitignore index c48ca00c..833c9241 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ ###> symfony/phpunit-bridge ### .phpunit +.phpunit.result.cache /phpunit.xml ###< symfony/phpunit-bridge ### diff --git a/bin/phpunit b/bin/phpunit index 84975dbb..4d1ed05d 100755 --- a/bin/phpunit +++ b/bin/phpunit @@ -1,10 +1,13 @@ #!/usr/bin/env php - + - - + + + + diff --git a/symfony.lock b/symfony.lock index 8cccf0e5..ee998556 100644 --- a/symfony.lock +++ b/symfony.lock @@ -605,12 +605,12 @@ "version": "v1.0.6" }, "symfony/phpunit-bridge": { - "version": "4.1", + "version": "4.3", "recipe": { "repo": "github.com/symfony/recipes", "branch": "master", - "version": "4.1", - "ref": "0e548dd90adba18fabd4ef419b14d361fe4d6c74" + "version": "4.3", + "ref": "170be6250b77b421f02e986e2853df86c7bd6516" }, "files": [ "./.env.test",