Skip to content

Commit 8c2a7e9

Browse files
committed
move test files
1 parent ddbcbba commit 8c2a7e9

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coding_style_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
uses: actions/checkout@v3
1212

1313
- name: Run Coding Style Checks
14-
run: docker run --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.2 phpcs -v --standard=PSR2 --ignore=tests/bootstrap.php src tests
14+
run: docker run --rm -v "$(pwd):/project" -w /project -i jakzal/phpqa:php8.2 phpcs -v --standard=PSR2 src tests/unit

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
88
<coverage/>
99
<testsuite name="default">
10-
<directory suffix="Test.php">tests</directory>
10+
<directory suffix="Test.php">tests/unit</directory>
1111
</testsuite>
1212
</phpunit>

0 commit comments

Comments
 (0)