Skip to content

Commit

Permalink
cleanup for 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jarektkaczyk committed Jul 31, 2020
1 parent 0c30b20 commit 344a996
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

All notable changes to `laravel-test-generator` will be documented in this file

## 1.0.0 - 2020-07-25
## 0.1.0 - 2020-07-31

- initial release
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ php artisan vendor:publish --provider="Sofa\LaravelTestGenerator\LaravelTestGene
* [x] generate new test classes
* [x] bare happy path case
* [x] bare failing path case
* [ ] parse requests and route binding and build setup for tests accordingly
* [ ] update existing test classes with new methods (non-trivial with `nette/php-generator`, find better way?)
* [ ] parse route model binding and build setup for tests accordingly
* [ ] (OPTIONAL) parse requests and build setup for tests accordingly - might be too complex in many cases
* [ ] (OPTIONAL) update existing test classes with new methods (not trivial with `nette/php-generator`, find better way?)
- [x] support for different drivers
- [ ] other drivers

Expand Down

This file was deleted.

0 comments on commit 344a996

Please sign in to comment.