We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b69885a commit 30b0107Copy full SHA for 30b0107
.gitignore
@@ -2,3 +2,6 @@
2
/composer.lock
3
/phpunit.xml
4
/.php_cs.cache
5
+
6
+/.env
7
+/.phpunit.result.cache
Makefile
@@ -19,7 +19,7 @@ test:
19
php $(PHPARGS) vendor/bin/codecept run
20
21
clean_all:
22
- docker-compose down
+ docker-compose down --remove-orphans
23
sudo rm -rf tests/tmp/*
24
25
up:
0 commit comments