From 344a996a60c7663dd869a692ff9e8499601e1810 Mon Sep 17 00:00:00 2001 From: Jarek Tkaczyk Date: Fri, 31 Jul 2020 12:11:14 +0800 Subject: [PATCH] cleanup for 0.1 --- CHANGELOG.md | 2 +- README.md | 5 +++-- ...ends \\Illuminate\\Foundation\\Testing\\TestCase\n{\n}\n" | 3 --- 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 "class UserControllerTest extends \\Illuminate\\Foundation\\Testing\\TestCase\n{\n}\n" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e45028..84a10e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 990c3d3..bd7a785 100644 --- a/README.md +++ b/README.md @@ -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 diff --git "a/class UserControllerTest extends \\Illuminate\\Foundation\\Testing\\TestCase\n{\n}\n" "b/class UserControllerTest extends \\Illuminate\\Foundation\\Testing\\TestCase\n{\n}\n" deleted file mode 100644 index 6f5bfa0..0000000 --- "a/class UserControllerTest extends \\Illuminate\\Foundation\\Testing\\TestCase\n{\n}\n" +++ /dev/null @@ -1,3 +0,0 @@ -class UserControllerTest extends \Illuminate\Foundation\Testing\TestCase -{ -}