Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php//web testingclass HelloPradoTestCase extends SeleniumTestCase{function testIndexPage(){$this->open('../index.php');$this->assertTextPresent('Welcome to Prado!');//add more test assertions...}}?>