Skip to content

Commit 84eb46b

Browse files
committed
Migrate legacy tests to spec suite
1 parent f2d6ff0 commit 84eb46b

18 files changed

Lines changed: 2 additions & 49 deletions

phpunit.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
<testsuite name="Src">
2020
<directory>tests/src/</directory>
2121
</testsuite>
22-
<testsuite name="Legacy">
23-
<directory>tests/legacy/</directory>
22+
<testsuite name="spec">
23+
<directory>tests/spec/</directory>
2424
</testsuite>
2525
<testsuite name="Joy">
2626
<directory>tests/joy/</directory>

tests/legacy/recipe/deploy.php

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)