Skip to content

Commit

Permalink
Fix: Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 20, 2023
1 parent 57cf24d commit 2ce3b6c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/EndToEnd/Version08/TestCase/Combination/test.phpt
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), tearDownAfterClass(), and assertPreConditions() methods
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), and tearDown() methods
--FILE--
<?php

Expand Down
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods and test methods with @runInSeparateProcess annotation
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), and tearDown() methods
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/Version09/TestCase/Combination/test.phpt
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), tearDownAfterClass(), and assertPreConditions() methods
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), and tearDown() methods
--FILE--
<?php

Expand Down
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods and test methods with @runInSeparateProcess annotation
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), tearDown() methods and test methods with @runInSeparateProcess annotation
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/Version10/TestCase/Combination/test.phpt
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), and tearDown() methods
--FILE--
<?php

Expand Down
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods and test methods with @runInSeparateProcess annotation
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), tearDown() methods and test methods with @runInSeparateProcess annotation
--FILE--
<?php

Expand Down
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods and test methods with @runInSeparateProcess attribute
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), tearDown() methods and test methods with RunInSeparateProcess attribute
--FILE--
<?php

Expand Down
2 changes: 1 addition & 1 deletion test/EndToEnd/Version11/TestCase/Combination/test.phpt
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), and tearDown() methods
--FILE--
<?php

Expand Down
@@ -1,5 +1,5 @@
--TEST--
With a test case that has setUpBeforeClass(), setUp(), tearDown(), and tearDownAfterClass() methods and test methods with @runInSeparateProcess attribute
With a test case that has setUpBeforeClass(), tearDownAfterClass(), setUp(), assertPreConditions(), tearDown() methods and test methods with RunInSeparateProcess attribute
--FILE--
<?php

Expand Down

0 comments on commit 2ce3b6c

Please sign in to comment.