Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EventsAPI
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jards
EventsAPI
Merge requests
!3
Composer and clients update
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Composer and clients update
jards/JSCEventsAPI:composer_and_clients_update
into
master
Overview
0
Commits
4
Pipelines
0
Changes
5
Merged
Ghost User
requested to merge
jards/JSCEventsAPI:composer_and_clients_update
into
master
5 years ago
Overview
0
Commits
4
Pipelines
0
Changes
5
Expand
Update composer dependencies
Update rest api clients
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
45ae2309
4 commits,
5 years ago
5 files
+
1307
−
511
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
tests/EventManagementTest.php
+
1
−
1
Options
@@ -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