mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DOCS: Remove outdated TODO
This commit is contained in:
parent
14bbaac1cb
commit
e968f5cb86
@ -729,7 +729,7 @@ class Permission extends DataObject implements TemplateGlobalProvider, Resettabl
|
||||
|
||||
public function provideI18nEntities()
|
||||
{
|
||||
$keys = parent::provideI18nEntities(); // TODO: Change the autogenerated stub
|
||||
$keys = parent::provideI18nEntities();
|
||||
|
||||
// Localise all permission categories
|
||||
$keys[__CLASS__ . '.AdminGroup'] = 'Administrator';
|
||||
|
@ -30,7 +30,7 @@ class DatetimeFieldTest extends SapphireTest
|
||||
{
|
||||
DBDatetime::clear_mock_now();
|
||||
date_default_timezone_set($this->timezone);
|
||||
parent::tearDown(); // TODO: Change the autogenerated stub
|
||||
parent::tearDown();
|
||||
}
|
||||
|
||||
public function testFormSaveInto()
|
||||
|
Loading…
Reference in New Issue
Block a user