Skip to content

Commit

Permalink
Fixed tests environment
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-helldar committed Oct 30, 2023
1 parent 8b59e38 commit 00f182a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
43 changes: 0 additions & 43 deletions phpunit.php

This file was deleted.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="phpunit.php"
bootstrap="vendor/autoload.php"
cacheResult="false"
colors="true"
>
Expand Down

0 comments on commit 00f182a

Please sign in to comment.