for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Zenstruck\Browser\Tests;
use Symfony\Component\Panther\PantherTestCase;
use Zenstruck\Browser\HttpBrowser;
/**
* @author Kevin Bond <[email protected]>
*/
final class HttpBrowserTest extends PantherTestCase
{
use BrowserKitBrowserTests;
protected function browser(): HttpBrowser
return $this->httpBrowser();
}