Skip to content

Commit

Permalink
reactor: create env file in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
loduis committed Dec 3, 2023
1 parent 3cae728 commit 2803c4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.dist', '.env');\""
"php -r \"copy('./tests/.env.dist', './tests/.env');\""
]
},
"repositories": [
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory>src</directory>
Expand Down

0 comments on commit 2803c4b

Please sign in to comment.