Commit 89d9322fe723640fefa4ded3813d1d45067ec5b0

Authored by Eder Soares
1 parent 24b2da7b
Exists in 2.8 and in 7 other branches 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7

Altera o bootstrap dos testes

Showing 2 changed files with 1 additions and 12 deletions   Show diff stats
bootstrap/testing.php
... ... @@ -1,11 +0,0 @@
1   -<?php
2   -
3   -use Dotenv\Dotenv;
4   -
5   -require_once __DIR__ . '/../vendor/autoload.php';
6   -
7   -try {
8   - (new Dotenv(__DIR__ . '/../', '.env.testing'))->load();
9   -} catch (Throwable $throwable) {
10   - //
11   -}
phpunit.xml
1 1 <?xml version="1.0" encoding="UTF-8"?>
2 2 <phpunit backupGlobals="false"
3 3 backupStaticAttributes="false"
4   - bootstrap="bootstrap/testing.php"
  4 + bootstrap="vendor/autoload.php"
5 5 colors="true"
6 6 convertErrorsToExceptions="true"
7 7 convertNoticesToExceptions="true"
... ...