We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53731cb commit 9d4be62Copy full SHA for 9d4be62
Makefile
@@ -8,6 +8,7 @@ build:
8
.PHONY: test
9
test:
10
@parallel --line-buffer PHP_VERSION={} COMPOSER_AUTH= TERM= ./bin/notty ./lib/bashunit ./tests/ ::: 81 82 83
11
+ @[ -f phpctl.ini ] && rm phpctl.ini
12
13
.PHONY: install
14
install:
tests/php_test.sh
@@ -14,7 +14,4 @@ function test_composer() {
function test_phpctl_ini() {
15
echo "memory_limit=1337M" > phpctl.ini
16
assert_contains "memory_limit => 1337M => 1337M" "$(./bin/phpctl php -i | grep memory_limit)"
17
- if [ -f phpctl.ini ]; then
18
- rm phpctl.ini
19
- fi
20
}
0 commit comments