Page MenuHomeDevCentral

No OneTemporary

diff --git a/composer.json b/composer.json
index 4f86d37..c0644bf 100644
--- a/composer.json
+++ b/composer.json
@@ -1,18 +1,18 @@
{
"name": "keruald/report",
"description": "Build a report with sections and entries. Markdown, PHP objects and HTML outputs.",
"type": "library",
"require-dev": {
"nasqueron/codestyle": "^0.0.1",
"phan/phan": "^5.3",
- "phpunit/phpunit": "^9.5",
+ "phpunit/phpunit": "^10.2",
"squizlabs/php_codesniffer": "^3.6"
},
"license": "BSD-2-Clause",
"autoload": {
"psr-4": {
"Keruald\\Reporting\\": "src/",
"Keruald\\Reporting\\Tests\\": "tests/"
}
}
}
diff --git a/phpunit.xml b/phpunit.xml
index f5c1939..7027a51 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -1,24 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd"
bootstrap="vendor/autoload.php"
- convertErrorsToExceptions="true"
- convertNoticesToExceptions="true"
- convertWarningsToExceptions="true"
stopOnFailure="false">
<php>
<ini name="display_errors" value="On" />
<ini name="display_startup_errors" value="On" />
<ini name="error_reporting" value="On" />
</php>
<testsuites>
<testsuite name="Unit tests">
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
- <coverage processUncoveredFiles="true">
+ <source>
<include>
<directory suffix=".php">src/</directory>
</include>
- </coverage>
+ </source>
</phpunit>

File Metadata

Mime Type
text/x-diff
Expires
Sun, May 3, 07:36 (8 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3677810
Default Alt Text
(1 KB)

Event Timeline