Skip to content

Commit

Permalink
Clean all tests, add type hint, adopt phpunit 10. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw authored Jan 20, 2024
1 parent 41f4b3a commit 4ab2818
Show file tree
Hide file tree
Showing 29 changed files with 1,107 additions and 1,644 deletions.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
colors="true"
processIsolation="false"
stopOnFailure="false"
bootstrap="tests/bootstrap.php"
bootstrap="vendor/autoload.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
cacheDirectory=".phpunit.cache"
backupStaticProperties="false"
Expand Down
2 changes: 1 addition & 1 deletion src/Config/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
*
* @author François Pluchino <francois.pluchino@gmail.com>
*/
final class Config
class Config
{
private array $cacheEnv = [];

Expand Down
Loading

0 comments on commit 4ab2818

Please sign in to comment.