| 1 | <?php |
||
| 24 | class PhantomJSHelperTraitTest extends AbstractTestCase { |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Tests the setPhantomJSHelper() method. |
||
| 28 | * |
||
| 29 | * @return void |
||
| 30 | */ |
||
| 31 | public function testSetPhantomJSHelper(): void { |
||
| 41 | |||
| 42 | /** |
||
| 43 | * Tests the __construct() method. |
||
| 44 | * |
||
| 45 | * @return void |
||
| 46 | */ |
||
| 47 | public function test__construct(): void { |
||
| 53 | } |
||
| 54 |