mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR: Disable PhpSyntaxTest until we decide whether to re-write it or remove it
This commit is contained in:
parent
be9286fbc4
commit
45c25e93b4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user