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

Improve test output

parent e9f339d1
Branches
Tags
1 merge request!3Composer and clients update
...@@ -55,7 +55,7 @@ class EventManagementTest extends TestCase{ ...@@ -55,7 +55,7 @@ class EventManagementTest extends TestCase{
$url = file_get_contents(__DIR__.'/../configs/myurl.cnf'); $url = file_get_contents(__DIR__.'/../configs/myurl.cnf');
$success = $eventManagement->sendEvent('test event', 'This is only a test', $url); $success = $eventManagement->sendEvent('test event', 'This is only a test', $url);
$this->assertTrue($success, "Event sending was not successful"); $this->assertTrue($success, "Event sending was not successful $url");
$newEventIDs = $this->getExistingEventIDs(); $newEventIDs = $this->getExistingEventIDs();
$this->assertNotEquals(join('|', $oldEventIDs), join('|', $newEventIDs), "No event seems to be sent"); $this->assertNotEquals(join('|', $oldEventIDs), join('|', $newEventIDs), "No event seems to be sent");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment