Skip to content

Instantly share code, notes, and snippets.

@mageekguy
Created March 13, 2012 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mageekguy/2028610 to your computer and use it in GitHub Desktop.
Save mageekguy/2028610 to your computer and use it in GitHub Desktop.
<?php
namespace vendor\project\mytestunit\foo;
use mageekguy\atoum;
/**
* @namespace mytestunit
*/
class foo extends atoum\test // test class vendor\project\foo
{
// your tests here !
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment