Skip to content

Instantly share code, notes, and snippets.

@bobmagicii
Created July 29, 2015 22:41
Show Gist options
  • Save bobmagicii/f68820862433296c6e66 to your computer and use it in GitHub Desktop.
Save bobmagicii/f68820862433296c6e66 to your computer and use it in GitHub Desktop.
<?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