Add test groups for easier test breakdown.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
require_once '../Mustache.php';
|
||||
|
||||
/**
|
||||
* @group sections
|
||||
*/
|
||||
class MustacheObjectSectionTest extends PHPUnit_Framework_TestCase {
|
||||
public function testBasicObject() {
|
||||
$alpha = new Alpha();
|
||||
|
||||
Reference in New Issue
Block a user