Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Testcenter Connector
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kompetenztest.de
TBAII
Testcenter Connector
Merge requests
!53
Resolve "Testcenter Instanzen parallel anfragen"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Resolve "Testcenter Instanzen parallel anfragen"
49-async-requests-2
into
dev
Overview
0
Commits
14
Pipelines
11
Changes
1
Open
Oskar Jauch
requested to merge
49-async-requests-2
into
dev
1 week ago
Overview
0
Commits
14
Pipelines
11
Changes
1
Expand
#49
0
0
Merge request reports
Viewing commit
152cb1de
Prev
Next
Show latest version
1 file
+
0
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
152cb1de
Remove unnecessary sync method
· 152cb1de
Oskar Jauch
authored
1 week ago
src/TestcenterConnector.php
+
0
−
9
Options
@@ -684,15 +684,6 @@ class TestcenterConnector
});
}
/**
* @return bool
* @throws TestcenterConnectorException
*/
private
function
hasRunningSession
():
bool
{
return
$this
->
hasRunningSessionAsync
()
->
wait
();
}
private
function
hasRunningSessionAsync
():
PromiseInterface
{
if
(
$this
->
authToken
===
null
||
$this
->
user
->
getUsername
()
!==
$this
->
authenticatedUsername
)
{
Loading