Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
294
Merge Requests
294
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
drupal
Commits
cbe99e6a
Commit
cbe99e6a
authored
Oct 17, 2019
by
plach
Browse files
Options
Browse Files
Download
Email 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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
...Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
+10
-3
No files found.
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Ticket/DCOM58Test.php
View file @
cbe99e6a
...
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment