Skip to content

Commit

Permalink
fix ci tests and update composer deps
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Sep 22, 2024
1 parent 2dff5c0 commit 7806d45
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 54 deletions.
151 changes: 99 additions & 52 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tests/phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">lib</directory>
Expand All @@ -10,6 +10,6 @@
</exclude>
</coverage>
<testsuite name="unit">
<directory suffix=".php">tests/php</directory>
<directory suffix=".php">php</directory>
</testsuite>
</phpunit>

0 comments on commit 7806d45

Please sign in to comment.