Skip to content

Commit

Permalink
Merge pull request #17 from sc0Vu/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
sc0Vu authored Sep 24, 2018
2 parents 9b3587a + 6607978 commit 76f2a6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
stopOnFailure="false"
syntaxCheck="false">

<testsuite name="Web3.php unit test">
<testsuite name="Ethereum rlp unit test">
<directory suffix="Test.php">./test/unit</directory>
</testsuite>

Expand All @@ -19,4 +19,4 @@
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit>
</phpunit>

0 comments on commit 76f2a6a

Please sign in to comment.