Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit d0531ce

Browse files
committed
Removing skipped test
1 parent 3d545be commit d0531ce

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/MailRecorderTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ public function it_cannot_be_constructed_without_a_PHPUnit_Framework_TestCase()
5151
*/
5252
public function it_cannot_be_constructed_with_class_other_than_a_PHPUnit_Framework_TestCase()
5353
{
54-
// TODO: Skipping this until resolving PhpUnit 6 vs. 7 support
55-
$this->markTestSkipped();
56-
5754
if (class_exists(TypeError::class)) {
5855
try {
5956
new MailRecorder(new StdClass());

0 commit comments

Comments
 (0)