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 a75482d commit e47dfa3Copy full SHA for e47dfa3
composer.json
@@ -30,5 +30,10 @@
30
"files": [
31
"lib/Common/customFunctions.php"
32
]
33
+ },
34
+ "autoload-dev": {
35
+ "psr-4": {
36
+ "Khanamiryan\\QrCodeTests\\": "tests/"
37
+ }
38
}
39
phpunit.xml.dist
@@ -1,4 +1,4 @@
1
-<phpunit bootstrap="tests/bootstrap.php">
+<phpunit bootstrap="./vendor/autoload.php">
2
<testsuite>
3
<directory suffix="Test.php">tests</directory>
4
</testsuite>
tests/bootstrap.php
0 commit comments