Skip to content

Commit e47dfa3

Browse files
committed
Added autoload-dev
1 parent a75482d commit e47dfa3

File tree

3 files changed

+6
-16
lines changed

3 files changed

+6
-16
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,10 @@
3030
"files": [
3131
"lib/Common/customFunctions.php"
3232
]
33+
},
34+
"autoload-dev": {
35+
"psr-4": {
36+
"Khanamiryan\\QrCodeTests\\": "tests/"
37+
}
3338
}
3439
}

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<phpunit bootstrap="tests/bootstrap.php">
1+
<phpunit bootstrap="./vendor/autoload.php">
22
<testsuite>
33
<directory suffix="Test.php">tests</directory>
44
</testsuite>

tests/bootstrap.php

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)