Code cleanup.

This commit is contained in:
James Cole
2017-03-05 11:19:06 +01:00
parent e5a2e1a8c7
commit 879f74e521
15 changed files with 111 additions and 113 deletions

View File

@@ -147,8 +147,8 @@ class RuleGroupControllerTest extends TestCase
public function testUpdate()
{
$data = [
'title' => 'C',
'description' => 'XX',
'title' => 'C',
'description' => 'XX',
];
$this->session(['rule-groups.edit.url' => 'http://localhost']);