silverstripe-framework/selenium/IntegrationTesting.php

7 lines
177 B
PHP
Raw Normal View History

<?php
class IntegrationTesting extends Controller {
function index() {
Director::redirect("sapphire/selenium/TestRunner.html?test=../../SeleniumTestSuite/&auto=true");
}
}