Skip to content

Commit

Permalink
Fix phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 11, 2017
1 parent 2e4d314 commit 8982cef
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -378,7 +378,7 @@ public function testViewClassMapMethod()
'json' => 'CustomJson',
'xml' => 'Xml',
'ajax' => 'Ajax'
];
];
$this->assertEquals($expected, $result);

$result = $this->RequestHandler->viewClassMap('xls', 'Excel.Excel');
Expand Down

0 comments on commit 8982cef

Please sign in to comment.