File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2020
2121 "autoload" : {
2222 "psr-4" : {
23- "WhichBrowser\\ " : [ " src/" , " tests/src/ " ]
23+ "WhichBrowser\\ " : [ " src/" ]
2424 }
2525 },
2626
4040
4141 "autoload-dev" : {
4242 "psr-4" : {
43- "WhichBrowserTest\\ " : " tests/unit"
43+ "WhichBrowserTest\\ " : " tests/unit" ,
44+ "WhichBrowser\\ " : [ " tests/src/" ]
4445 },
4546
4647 "files" : [ " tests/src/polyfills.php" ]
Original file line number Diff line number Diff line change 11<phpunit
2- bootstrap =" ./vendor/autoload .php"
2+ bootstrap =" tests/src/bootstrap .php"
33 colors =" false"
44 convertErrorsToExceptions =" true"
55 convertNoticesToExceptions =" true"
Original file line number Diff line number Diff line change 1+ <?php
2+ /**
3+ * Bootstrap tests.
4+ *
5+ * @package WhichBrowser/Parser-PHP
6+ */
7+
8+ /**
9+ * Include the composer autoloader.
10+ */
11+ require_once __DIR__ . '/../../vendor/autoload.php ' ;
You can’t perform that action at this time.
0 commit comments