We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b1befa commit ed60f8dCopy full SHA for ed60f8d
2 files changed
.gitignore
@@ -6,6 +6,7 @@
6
.DS_Store
7
.idea/
8
*.log
9
+.hidden
10
11
# IDE
12
.vscode/
phpunit.xml
@@ -9,9 +9,6 @@
<testsuite name="Unit">
<directory>tests/Unit</directory>
</testsuite>
- <testsuite name="Integration">
13
- <directory>tests/Integration</directory>
14
- </testsuite>
15
<testsuite name="Feature">
16
<directory>tests/Feature</directory>
17
0 commit comments