This repository was archived by the owner on Sep 9, 2020. It is now read-only.
Update
- Remove
CreateTasksTableclass if exist onsetUp()test. - Disable cache on
.travis.yml - Added slug and reorganise columns in migration
- Added SoftDelete to Model
- Remove getWorkflowSlugNameAttribute accessor
- Fixed
tasks()class name - Rename tagging publish with prefix
laravel-taskable- - Remove migrations after test
- Added assert table has columns
- Added
cleanUp()method on TestCase