/home/desid573/public_html/app/braintree/tests
NameSizeModeActions
Braintree/-0755rm
fixtures/-0755rm
integration/-0755rm
unit/-0755rm
Helper.php120520644editdlrm
SanityTest.php5380644editdlrm
Setup.php9490644editdlrm
Edit: /home/desid573/public_html/app/braintree/tests/SanityTest.php (538B)
markTestSkipped("Requires PHP >=5.4"); } $returnValue = null; $testFile = escapeshellarg(realpath(__DIR__ . '/Braintree/fixtures/composer_implementation.php')); $command = sprintf('%s %s', PHP_BINARY, $testFile); system($command, $returnValue); $this->assertEquals(0, $returnValue); } }