File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 15
15
~ License-Filename: LICENSE
16
16
-->
17
17
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
+ >
19
23
<testsuites >
20
24
<testsuite name =" phpunit-array-asserts" >
21
25
<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
+
2
18
<psalm
3
19
errorLevel =" 4"
4
20
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
You can’t perform that action at this time.
0 commit comments