Skip to content

Commit 0282a2f

Browse files
committed
phpunit: Do not exclude mf1 group
Over half (22/39) of the mf1 backwards compatibility tests passes. We just marked the bad ones as skipped so we can run everything.
1 parent 5cc69dc commit 0282a2f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

phpunit.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@
55
<directory suffix="Test.php">tests/Mf2</directory>
66
</testsuite>
77
</testsuites>
8-
<groups>
9-
<exclude>
10-
<group>microformats/tests/mf1</group>
11-
</exclude>
12-
</groups>
138
</phpunit>

0 commit comments

Comments
 (0)