Nafies Luthfi
6625471049
Update stubs for laravel 8 factories and routes
5 years ago
Nafies Luthfi
0fa87e484a
Change DatabaseMigrations to RefreshDatabase
7 years ago
Nafies Luthfi
63a0cfd3d8
Update validation field name comment on test
7 years ago
Nafies Luthfi
5cc2fc6cdb
Add validation tests on simple feature test
7 years ago
Nafies Luthfi
5b96a31c83
Change FeatureTest name convention to singular
7 years ago
Nafies Luthfi
daa0465365
Update feature test delete section
This commit ensure the deleted record is the correct
7 years ago
Nafies Luthfi
ca9e02e727
Update stubs to user __() lang helper function
7 years ago
Nafies Luthfi
80e388582f
Update stubs to use visitRoute and seeRouteIs method
7 years ago
Nafies Luthfi
91ad06ac5e
Move test stubs to stubs/testcases directory
In previous version, test cases are ignored by .gitattributes
file. In line 9, we have specified tests directory will be ignored
by packagist. Then packagist evidently also excludes
"src/stubs/tests" directory which contains test cases stubs.
In this commit, we change test stub directory, so packagist
wont excludes the test stubs anymore.
8 years ago
Nafies Luthfi
f66a692c8c
Move tests stubs to stubs/tests directory
8 years ago
Nafies Luthfi
ee61a11c4f
Update simple crud, move delete button to edit form
8 years ago
Nafies Luthfi
b6495396b4
Update test feature simple stub
8 years ago
Nafies Luthfi
b00af7f027
Update feature test stub to use submitForm method
8 years ago
Nafies Luthfi
a70e86e42e
Update stub files to fix usage failure tests on laravel 5.5
8 years ago
Nafies Luthfi
276cfe2a88
Update correct make:crud test and stub for feature test generator
Separate make:crud-simple test for feature test generator
8 years ago
Nafies Luthfi
15fa99dce8
Add full model name modelNames attribute on CrudMake
8 years ago
Nafies Luthfi
e3d0ae0b19
Support for two-words model name
8 years ago
Nafies Luthfi
376d6471c1
Change order of model name replacements order
Remove unused import clas on test feature stub
Make generator tests to adopt modelName property of TestCase
8 years ago
Nafies Luthfi
ad2c6b938c
Apply record search query on name attribute
Description attribute not required and nullable
Add pagination link on index page
8 years ago
Nafies Luthfi
52b42d88d3
Add searchable and paged model update and deletation
Remove flash function call
8 years ago
Nafies Luthfi
0be486ebe9
Add model custom stub for model creation and fix invalid BaseTestCase
8 years ago
Nafies Luthfi
86f88aad7e
Add laravel browserkit-testing as dependency
8 years ago
Nafies Luthfi
4a5515c8d2
Set correct controller and feature test stub
8 years ago