File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1515 ~ License-Filename: LICENSE
1616 -->
1717
18- <phpunit bootstrap =" vendor/autoload.php" >
18+ <phpunit
19+ bootstrap =" ./vendor/autoload.php"
20+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.4/phpunit.xsd"
22+ >
1923 <testsuites >
2024 <testsuite name =" phpunit-array-asserts" >
2125 <directory >./tests/Unit</directory >
Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <!--
3+ ~ PHPUnitArrayAssertions - Array-related PHPUnit assertions for API testing.
4+ ~
5+ ~ @copyright Copyright (c) 2021, Daniel Rudolf (<https://www.daniel-rudolf.de>)
6+ ~
7+ ~ This file is copyrighted by the contributors recorded in the version control
8+ ~ history of the file, available from the following original location:
9+ ~
10+ ~ <https://github.com/PhrozenByte/phpunit-throwable-asserts/blob/master/psalm.xml>
11+ ~
12+ ~ @license http://opensource.org/licenses/MIT The MIT License
13+ ~
14+ ~ SPDX-License-Identifier: MIT
15+ ~ License-Filename: LICENSE
16+ -->
17+
218<psalm
319 errorLevel =" 4"
420 xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
You can’t perform that action at this time.
0 commit comments