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 4a518c9 commit d033335Copy full SHA for d033335
.gitignore
@@ -3,3 +3,7 @@
3
Homestead.yaml
4
Homestead.json
5
.env
6
+
7
+# barryvdh/laravel-ide-helper generated files
8
+_ide_helper.php
9
phpunit
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+#
+# Run project's phpunit version to avoid frameworks conflicts/uncompatibility
+./vendor/phpunit/phpunit/phpunit
0 commit comments