From 8d0253ad5753c426b438ad922a8cac18cc5fe4f5 Mon Sep 17 00:00:00 2001 From: Sam Minnee Date: Tue, 19 Oct 2010 03:46:47 +0000 Subject: [PATCH] MINOR PHPUnit annotations for PhpSyntaxTest (from r111116) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@112895 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 {