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 e6dc965 commit d4b131aCopy full SHA for d4b131a
.github/workflows/ci.yml
@@ -46,4 +46,4 @@ jobs:
46
run: vendor/bin/phpunit
47
48
- name: Run static analysis
49
- run: vendir/bin/psalm
+ run: vendor/bin/psalm
README.md
@@ -1,6 +1,6 @@
1
# TestFs
2
3
-
+[](https://github.com/christeredvartsen/testfs/actions/workflows/ci.yml)
4
5
Virtual filesystem for PHP for use with testing, implemented using a stream wrapper.
6
0 commit comments