Skip to content

Commit 5344947

Browse files
committed
Removed deprecated function match
1 parent 5b6f2b6 commit 5344947

File tree

3 files changed

+2
-38
lines changed

3 files changed

+2
-38
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
"psr-0": {
3030
"Coduo\\PHPMatcher": "src/",
3131
"Coduo\\PHPMatcher\\Tests": "tests/"
32-
},
33-
"files": ["match.php"]
32+
}
3433
},
3534
"config": {
3635
"bin-dir": "bin"

match.php

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

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
bootstrap="tests/bootstrap.php"
1212
>
1313
<testsuites>
14-
<testsuite name="Json Matcher Test Suite">
14+
<testsuite name="PHP Matcher Test Suite">
1515
<directory>./tests/</directory>
1616
</testsuite>
1717
</testsuites>

0 commit comments

Comments
 (0)