mirror of
https://github.com/idanoo/php-resque
synced 2025-07-02 06:02:21 +00:00
restructure tests, use composer to autoload test requirements
This commit is contained in:
parent
8a7f11f906
commit
8d6da21473
8 changed files with 9 additions and 24 deletions
|
@ -1,7 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<phpunit backupGlobals="false"
|
||||
bootstrap="test/bootstrap.php"
|
||||
backupStaticAttributes="false"
|
||||
colors="false"
|
||||
colors="true"
|
||||
convertErrorsToExceptions="true"
|
||||
convertNoticesToExceptions="true"
|
||||
convertWarningsToExceptions="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue