Skip to content

Commit

Permalink
Закомментировал несовместимый с phpUnit <9 блок
Browse files Browse the repository at this point in the history
  • Loading branch information
kernusr committed Aug 8, 2024
1 parent d52b690 commit c533a9e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="./tests/bootstrap.php" convertWarningsToExceptions="true" convertNoticesToExceptions="true" convertErrorsToExceptions="true" convertDeprecationsToExceptions="true" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">./src/</directory>
</include>
</coverage>
<!-- Блок <coverage> доступен в phpUnit >=9 -->
<!-- <coverage>-->
<!-- <include>-->
<!-- <directory suffix=".php">./src/</directory>-->
<!-- </include>-->
<!-- </coverage>-->
<testsuites>
<testsuite name="Unit Tests">
<file>./tests/PhoneNumberTest.php</file>
Expand Down

0 comments on commit c533a9e

Please sign in to comment.