Skip to content

Commit 30a56b0

Browse files
committed
Eliminate More Test Separate Processes
Removed from Element and Reader tests. Style and Writer remain for now.
1 parent 9309e04 commit 30a56b0

32 files changed

+0
-64
lines changed

tests/PhpWordTests/Element/BookmarkTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
/**
2424
* Test class for PhpOffice\PhpWord\Element\Footer.
25-
*
26-
* @runTestsInSeparateProcesses
2725
*/
2826
class BookmarkTest extends \PHPUnit\Framework\TestCase
2927
{

tests/PhpWordTests/Element/CellTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
/**
2626
* Test class for PhpOffice\PhpWord\Element\Cell.
27-
*
28-
* @runTestsInSeparateProcesses
2927
*/
3028
class CellTest extends AbstractWebServerEmbedded
3129
{

tests/PhpWordTests/Element/CheckBoxTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
/**
2626
* Test class for PhpOffice\PhpWord\Element\CheckBox.
27-
*
28-
* @runTestsInSeparateProcesses
2927
*/
3028
class CheckBoxTest extends \PHPUnit\Framework\TestCase
3129
{

tests/PhpWordTests/Element/CommentTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626

2727
/**
2828
* Test class for PhpOffice\PhpWord\Element\Header.
29-
*
30-
* @runTestsInSeparateProcesses
3129
*/
3230
class CommentTest extends \PHPUnit\Framework\TestCase
3331
{

tests/PhpWordTests/Element/FieldTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
/**
2626
* Test class for PhpOffice\PhpWord\Element\Field.
27-
*
28-
* @runTestsInSeparateProcesses
2927
*/
3028
class FieldTest extends \PHPUnit\Framework\TestCase
3129
{

tests/PhpWordTests/Element/FooterTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323

2424
/**
2525
* Test class for PhpOffice\PhpWord\Element\Footer.
26-
*
27-
* @runTestsInSeparateProcesses
2826
*/
2927
class FooterTest extends AbstractWebServerEmbedded
3028
{

tests/PhpWordTests/Element/FootnoteTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222

2323
/**
2424
* Test class for PhpOffice\PhpWord\Element\Footnote.
25-
*
26-
* @runTestsInSeparateProcesses
2725
*/
2826
class FootnoteTest extends \PHPUnit\Framework\TestCase
2927
{

tests/PhpWordTests/Element/FormulaTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525

2626
/**
2727
* Test class for PhpOffice\PhpWord\Element\Formula.
28-
*
29-
* @runTestsInSeparateProcesses
3028
*/
3129
class FormulaTest extends AbstractWebServerEmbedded
3230
{

tests/PhpWordTests/Element/HeaderTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424

2525
/**
2626
* Test class for PhpOffice\PhpWord\Element\Header.
27-
*
28-
* @runTestsInSeparateProcesses
2927
*/
3028
class HeaderTest extends AbstractWebServerEmbedded
3129
{

tests/PhpWordTests/Element/LineTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
* Test class for PhpOffice\PhpWord\Element\Line.
2525
*
2626
* @coversDefaultClass \PhpOffice\PhpWord\Element\Line
27-
*
28-
* @runTestsInSeparateProcesses
2927
*/
3028
class LineTest extends \PHPUnit\Framework\TestCase
3129
{

0 commit comments

Comments
 (0)