PHP Classes

File: web/SSO/vendor/openid/php-openid/admin/webtest.php

Recommend this page to a friend!
  Classes of william amed   Raptor 2   web/SSO/vendor/openid/php-openid/admin/webtest.php   Download  
File: web/SSO/vendor/openid/php-openid/admin/webtest.php
Role: Example script
Content type: text/plain
Description: Example script
Class: Raptor 2
Framework that takes routes from annotations
Author: By
Last change:
Date: 8 years ago
Size: 181 bytes
 

Contents

Class file image Download
<?php

require_once 'Tests/TestDriver.php';

$suites = loadSuite();

// Create and run the user interface
$gui = new PHPUnit_GUI_HTML();
$gui->addSuites($suites);
$gui->show();

?>