Skip to content

Commit be0d38f

Browse files
repejotabyrnedo
authored andcommitted
Make test execute both suites
1 parent ec4a898 commit be0d38f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ cs: lint
99
./vendor/bin/phpcs --standard=PSR2 --warning-severity=0 src test examples
1010
./vendor/bin/phpcs --standard=Squiz --sniffs=Squiz.Commenting.FunctionComment,Squiz.Commenting.FunctionCommentThrowTag,Squiz.Commenting.ClassComment,Squiz.Commenting.VariableComment src test examples
1111

12-
test:
12+
test: tdd bdd
13+
14+
tdd:
1315
./vendor/bin/phpunit test
1416

1517
bdd:

0 commit comments

Comments
 (0)