october_1x0/vendor/phpunit/phpunit-selenium/Tests/SeleniumTestCase/SeleneseFileTest.php

13 lines
313 B
PHP
Raw Permalink Normal View History

2022-06-24 14:32:37 +00:00
<?php
require_once 'PHPUnit/Extensions/SeleniumTestCase.php';
/**
* Test for ability to run one selenese file.
*
* @author Lex Vjatkin
*/
class SeleneseFileTest extends Tests_SeleniumTestCase_BaseTestCase
{
public static $seleneseDirectory = './selenium-1-tests/selenese/test_selenese_directory.html';
}