Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3338541
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3338541
Commits
31174683
Commit
31174683
authored
5 years ago
by
Francesco Placella
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3088518
by alexpott, Berdir: Can not run tests using phpunit with the --group option
parent
81be916b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
+10
-3
10 additions, 3 deletions
...Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
with
10 additions
and
3 deletions
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
+
10
−
3
View file @
31174683
...
...
@@ -8,9 +8,6 @@
use
Doctrine\Common\Annotations\SimpleAnnotationReader
;
use
PHPUnit\Framework\TestCase
;
//Some class named Entity in the global namespace
include
__DIR__
.
'/DCOM58Entity.php'
;
/**
* This class is a near-copy of
* \Doctrine\Tests\Common\Annotations\Ticket\DCOM58Test, which is part of the
...
...
@@ -18,9 +15,19 @@
* version 1.2.7.
*
* @group DCOM58
*
* Run this test in a separate process as it includes code that might have side
* effects.
* @runTestsInSeparateProcesses
*/
class
DCOM58Test
extends
TestCase
{
public
function
setUp
()
{
// Some class named Entity in the global namespace.
include
__DIR__
.
'/DCOM58Entity.php'
;
}
public
function
testIssue
()
{
$reader
=
new
AnnotationReader
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment