Skip to content

Commit

Permalink
fix: no screenshot taken on test failure (#600)
Browse files Browse the repository at this point in the history
See #598
  • Loading branch information
norival authored Jul 7, 2023
1 parent 720e119 commit 9600c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/PantherTestCaseTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

namespace Symfony\Component\Panther;

use PHPUnit\Runner\BaseTestRunner;
use Symfony\Bundle\FrameworkBundle\Test\KernelTestCase;
use Symfony\Component\BrowserKit\HttpBrowser as HttpBrowserClient;
use Symfony\Component\HttpClient\HttpClient;
Expand Down

0 comments on commit 9600c2e

Please sign in to comment.