Created
July 29, 2015 22:41
-
-
Save bobmagicii/f68820862433296c6e66 to your computer and use it in GitHub Desktop.
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
<?php | |
namespace Nether\Surface\Test; | |
use \Nether; | |
use \PHPUnit_Framework_TestCase; | |
//////// | |
//////// | |
class SurfaceGeneral | |
extends PHPUnit_Framework_TestCase { | |
/** @test */ | |
public function | |
TestSomethingAmazingVeryWell() { | |
$this->AssertTrue(true); | |
return; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment