mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
Merge pull request #103 from ajoneil/remove-pre-53-support
MINOR: Remove checks for PHP <5.3.2, as it's no longer supported
This commit is contained in:
commit
0656d14c43
@ -831,10 +831,6 @@ class SiteTreeTest extends SapphireTest {
|
||||
}
|
||||
|
||||
function testClassDropdown() {
|
||||
if(version_compare(PHP_VERSION, '5.3.2', '<')){
|
||||
// @link http://www.php.net/manual/en/reflectionmethod.setaccessible.php
|
||||
$this->markTestSkipped('Need PHP 5.3.2 to run this test.');
|
||||
}
|
||||
$sitetree = new SiteTree();
|
||||
$method = new ReflectionMethod($sitetree, 'getClassDropdown');
|
||||
$method->setAccessible(true);
|
||||
|
Loading…
Reference in New Issue
Block a user