mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-11 05:02:17 +00:00
change test command & phpunit file update
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
|||||||
# - name: Install dependencies
|
# - name: Install dependencies
|
||||||
# run: composer install --prefer-dist
|
# run: composer install --prefer-dist
|
||||||
- name: Run tests with phpunit
|
- name: Run tests with phpunit
|
||||||
run: php ./phpunit
|
run: phpunit tests
|
||||||
|
|
||||||
|
|
||||||
# - name: Setup composer
|
# - name: Setup composer
|
||||||
|
|||||||
+5
-4
@@ -15,9 +15,10 @@
|
|||||||
<directory>tests/Pecee/SimpleRouter/</directory>
|
<directory>tests/Pecee/SimpleRouter/</directory>
|
||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
<filter>
|
<coverage processUncoveredFiles="true"
|
||||||
<whitelist processUncoveredFilesFromWhitelist="true">
|
ignoreDeprecatedCodeUnits="true">
|
||||||
|
<include>
|
||||||
<directory suffix=".php">src</directory>
|
<directory suffix=".php">src</directory>
|
||||||
</whitelist>
|
</include>
|
||||||
</filter>
|
</coverage>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user