Skip to content

Commit 479cc8e

Browse files
authored
Don't expect failures for drafter v4
1 parent f24e508 commit 479cc8e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/PHPDraft/Parse/Tests/DrafterTest.php

-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ public function tearDown(): void
5858
* Test if the value the class is initialized with is correct
5959
*
6060
* @covers \PHPDraft\Parse\Drafter::parseToJson()
61-
* @expectedException \PHPDraft\Parse\ExecutionException
62-
* @expectedExceptionCode 100
63-
* @expectedExceptionMessage The new Drafter V4 is not supported yet.
6461
*/
6562
public function testSetupCorrectly(): void
6663
{

0 commit comments

Comments
 (0)