mirror of
https://github.com/flarum/core.git
synced 2025-08-08 01:16:52 +02:00
Move locale files from language pack to core (#2408)
This commit is contained in:
@@ -72,7 +72,7 @@ class EventTest extends TestCase
|
||||
|
||||
$group = $this->buildGroup();
|
||||
|
||||
$this->assertEquals('core.group.admin', $group->name_singular);
|
||||
$this->assertEquals('Admin', $group->name_singular);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -85,7 +85,7 @@ class EventTest extends TestCase
|
||||
|
||||
$group = $this->buildGroup();
|
||||
|
||||
$this->assertEquals('core.group.admin', $group->name_singular);
|
||||
$this->assertEquals('Admin', $group->name_singular);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user