Skip to content
Snippets Groups Projects

Composer and clients update

Merged Ghost User requested to merge jards/JSCEventsAPI:composer_and_clients_update into master
5 files
+ 1307
511
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -55,7 +55,7 @@ class EventManagementTest extends TestCase{
$url = file_get_contents(__DIR__.'/../configs/myurl.cnf');
$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();
$this->assertNotEquals(join('|', $oldEventIDs), join('|', $newEventIDs), "No event seems to be sent");
Loading