Skip to content

Instantly share code, notes, and snippets.

@Twista
Created November 7, 2012 08:09
Show Gist options
  • Save Twista/4030134 to your computer and use it in GitHub Desktop.
Save Twista/4030134 to your computer and use it in GitHub Desktop.
exampleTest
class ExampleTest extends \PHPUnit_Framework_TestCase
{
public function setUp()
{
}
public function testHelloWorld()
{
$this->assertEquals("hello", funkceCoVRACIHello()); // true
$this->assertEquals("hello", funkceCoNEVRACIHello()); // false
$this->assertTrue(funkceCoDavaTrue()); // true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment