Skip to content

Commit

Permalink
Don't stop test suite run on warning or risky test
Browse files Browse the repository at this point in the history
  • Loading branch information
townxelliot committed Jan 17, 2025
1 parent 0d29a6d commit b855cfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app/tests/Unit/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" convertErrorsToExceptions="false" convertNoticesToExceptions="false" convertWarningsToExceptions="false" stopOnError="true" stopOnFailure="true" stopOnRisky="true" stopOnWarning="true" backupGlobals="false" colors="true" bootstrap="./bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" convertErrorsToExceptions="false" convertNoticesToExceptions="false" convertWarningsToExceptions="false" stopOnError="true" stopOnFailure="true" stopOnRisky="false" stopOnWarning="false" backupGlobals="false" colors="true" bootstrap="./bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">../../src</directory>
Expand Down

0 comments on commit b855cfe

Please sign in to comment.