mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-19 12:22:00 +02:00
Use local phpunit schema file
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit bootstrap="app/vendor/autoload.php" colors="true"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
|
||||
xsi:noNamespaceSchemaLocation="app/vendor/phpunit/phpunit/phpunit.xsd"
|
||||
>
|
||||
<coverage processUncoveredFiles="true">
|
||||
<include>
|
||||
|
Reference in New Issue
Block a user