Skip to content

Commit

Permalink
Set error_reporting(E_ALL) in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
darthmaim committed Feb 7, 2024
1 parent 3a778ae commit b357aaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/BasicTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
use Psr\Http\Message\RequestInterface;
use PHPUnit\Framework\TestCase;

error_reporting(E_ALL);

abstract class BasicTestCase extends TestCase {
/** @var GW2Api $api */
protected $api;
Expand Down

0 comments on commit b357aaf

Please sign in to comment.