From 8a592a1b86a43f5fbbd289ca1e1f9d043e99ccd5 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 22 Sep 2010 05:05:49 +0000 Subject: [PATCH] MINOR PHPUnit annotations for PhpSyntaxTest git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@111116 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- tests/PhpSyntaxTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/PhpSyntaxTest.php b/tests/PhpSyntaxTest.php index b21a59cf4..41742f927 100644 --- a/tests/PhpSyntaxTest.php +++ b/tests/PhpSyntaxTest.php @@ -3,6 +3,8 @@ * @package sapphire * @subpackage tests * + * @group sanitychecks + * * Test the syntax of the PHP files with various settings */ class PhpSyntaxTest extends SapphireTest {