TimeTrex/vendor/phpunit/phpunit-selenium/phpunit-selenium-bootstrap.php

9 lines
194 B
PHP
Raw Normal View History

2022-12-13 07:10:06 +01:00
<?php
use PHPUnit\Extensions\Selenium2TestCase;
require_once __DIR__ . '/vendor/autoload.php';
require_once 'Tests/Selenium2TestCase/BaseTestCase.php';
Selenium2TestCase::shareSession(true);