Skip to content
Snippets Groups Projects
Commit 209c7d8c authored by Carsten Karbach's avatar Carsten Karbach
Browse files

More outputin test

parent 51e3e161
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@ class EventManagementTest extends TestCase{
$content = $events->getContent();
var_dump($content);
$eventsArray = json_decode($content);
$this->assertTrue(is_array($eventsArray) || is_empty($eventsArray), "Result of event management is not an array." );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment