octobercms / test-plugin

Test Suite & Playground for October CMS
134 stars 95 forks source link

Installation Fails #96

Closed LucasZdv closed 3 years ago

LucasZdv commented 3 years ago
October.Test
- v1.0.1 First version of Test Plugin
- v1.0.2 Create Test 1 Tables
- v1.0.3 Create Test 2 Tables
- v1.0.4 Create Test 3 Tables
- v1.0.5 Create Test 4 Tables
- v1.0.6 Create Test 5 Tables
- v1.0.7 Create Test 6 Tables
- v1.0.8 Create Test 7 Tables
- v1.0.9 Create Test 8 Tables
- v1.0.10 Create Test 9 Tables

In Validation.php line 338:

  The hobbies field is required.  

This happens because in the seed script, you want to insert people who do not have hobbies defined, I assume that we should remove the "required" validation from the Person model.

LucasZdv commented 3 years ago

A quick solution! https://github.com/octoberrain/test-plugin/pull/97