Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
cbe99e6a
Commit
cbe99e6a
authored
Oct 17, 2019
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
(cherry picked from commit
31174683
)
parent
2b4033bb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show 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 @
cbe99e6a
...
@@ -8,9 +8,6 @@
...
@@ -8,9 +8,6 @@
use
Doctrine\Common\Annotations\SimpleAnnotationReader
;
use
Doctrine\Common\Annotations\SimpleAnnotationReader
;
use
PHPUnit\Framework\TestCase
;
use
PHPUnit\Framework\TestCase
;
//Some class named Entity in the global namespace
include
__DIR__
.
'/DCOM58Entity.php'
;
/**
/**
* This class is a near-copy of
* This class is a near-copy of
* \Doctrine\Tests\Common\Annotations\Ticket\DCOM58Test, which is part of the
* \Doctrine\Tests\Common\Annotations\Ticket\DCOM58Test, which is part of the
...
@@ -18,9 +15,19 @@
...
@@ -18,9 +15,19 @@
* version 1.2.7.
* version 1.2.7.
*
*
* @group DCOM58
* @group DCOM58
*
* Run this test in a separate process as it includes code that might have side
* effects.
* @runTestsInSeparateProcesses
*/
*/
class
DCOM58Test
extends
TestCase
class
DCOM58Test
extends
TestCase
{
{
public
function
setUp
()
{
// Some class named Entity in the global namespace.
include
__DIR__
.
'/DCOM58Entity.php'
;
}
public
function
testIssue
()
public
function
testIssue
()
{
{
$reader
=
new
AnnotationReader
();
$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