Created
November 7, 2012 08:09
-
-
Save Twista/4030134 to your computer and use it in GitHub Desktop.
exampleTest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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