Skip to content

Commit

Permalink
Add Usage section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamelso authored Jun 12, 2024
1 parent dbabf09 commit ae3a710
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Transunit
===

Convert PhpSpec tests to PHPUnit
Convert PhpSpec tests to PHPUnit using the Prophecy library

Dependencies
---

- nikic/php-parser
- symfony/finder
- symfony/filesystem

Usage
---

```bash
php ./transunit.php spec tests/unit
```

0 comments on commit ae3a710

Please sign in to comment.