File tree 3 files changed +15
-22
lines changed
3 files changed +15
-22
lines changed Original file line number Diff line number Diff line change 1
1
/vendor
2
2
/.idea
3
+ .phpunit.cache /
3
4
composer.phar
4
5
composer.lock
5
6
.DS_Store
Original file line number Diff line number Diff line change 6
6
7
7
This is a Laravel 4-10 package for working with trees in relational databases.
8
8
9
+ * ** Laravel 11.0** is supported since v6.0.3
9
10
* ** Laravel 10.0** is supported since v6.0.2
10
11
* ** Laravel 9.0** is supported since v6.0.1
11
12
* ** Laravel 8.0** is supported since v6.0.0
Original file line number Diff line number Diff line change 1
- <?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit backupGlobals =" false"
3
- backupStaticAttributes =" false"
4
- bootstrap =" phpunit.php"
5
- colors =" true"
6
- convertErrorsToExceptions =" true"
7
- convertNoticesToExceptions =" true"
8
- convertWarningsToExceptions =" true"
9
- processIsolation =" false"
10
- >
11
- <testsuites >
12
- <testsuite name =" Package Test Suite" >
13
- <directory suffix =" .php" >./tests/</directory >
14
- </testsuite >
15
- </testsuites >
16
-
17
- <filter >
18
- <whitelist >
19
- <directory >./src</directory >
20
- </whitelist >
21
- </filter >
22
- </phpunit >
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" phpunit.php" colors =" true" processIsolation =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
+ <testsuites >
4
+ <testsuite name =" Package Test Suite" >
5
+ <directory suffix =" .php" >./tests/</directory >
6
+ </testsuite >
7
+ </testsuites >
8
+ <source >
9
+ <include >
10
+ <directory >./src</directory >
11
+ </include >
12
+ </source >
13
+ </phpunit >
You can’t perform that action at this time.
0 commit comments