MINOR: Disable PhpSyntaxTest until we decide whether to re-write it or remove it

This commit is contained in:
Hamish Friedlander 2011-12-17 15:35:49 +13:00
parent be9286fbc4
commit 45c25e93b4

View File

@ -8,6 +8,11 @@
* Test the syntax of the PHP files with various settings
*/
class PhpSyntaxTest extends SapphireTest {
public function setUp() {
parent::setUp();
$this->markTestSkipped('This needs to be written to include only core SS php files, not test or thirdparty files');
}
function testShortTagsOffWillWork() {
// Ignore this test completely if running the test suite on windows
// TODO: Make it work on all platforms, by building an alternative to find | grep.