Skip to content

Instantly share code, notes, and snippets.

@riquellopes
Created March 22, 2012 15:13
Show Gist options
  • Save riquellopes/2158917 to your computer and use it in GitHub Desktop.
Save riquellopes/2158917 to your computer and use it in GitHub Desktop.
<?php
require_once 'PHPUnit/Autoload.php';
class AcessarHuTest extends PHPUnit_Framework_TestSuite
{
public function test_soma()
{
#$this->open('http://hu2.1/');
#$this->assertTitleEquals("Descontos em hotéis é no Hotel Urbano | Home");
$this->assertEquals(1, 2);
}//function
}//class
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment