mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 12:52:19 +09:00
Remove trailing whitespace in all unit tests
This commit is contained in:
parent
37b0d3a1e6
commit
3b77781d15
40 changed files with 840 additions and 840 deletions
|
|
@ -15,7 +15,7 @@ class ConfigHelperTest extends \Codeception\TestCase\Test
|
|||
'nosuch' => array('common:no.such.config', 'member:no.such.config.either', 'intval'),
|
||||
'single' => 'member:identifier',
|
||||
));
|
||||
|
||||
|
||||
$this->assertEquals(config('db.type'), $consolidated['dbtype']);
|
||||
$this->assertEquals(tobool($member_config->enable_join), $consolidated['member']);
|
||||
$this->assertEquals(0, $consolidated['nosuch']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue