forked from janhenkgerritsen/codeception-laravel5-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 67524e8
committed
Merge pull request janhenkgerritsen#9 from llstarscreamll/custom-validation
Added exists rule validation to post input, show errors on view, and adjust testsFile tree
3 files changed
+30
-4
lines changed- app/Http/Controllers
- resources/views
- tests/functional
3 files changed
+30
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 | - | ||
105 | + | ||
106 | + | ||
106 | 107 |
| |
107 | 108 |
| |
108 | 109 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
5 | 19 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
5 | 15 |
| |
6 | 16 |
| |
7 | - | ||
17 | + | ||
8 | 18 |
| |
9 | 19 |
| |
10 | 20 |
| |
11 | 21 |
| |
12 | 22 |
| |
13 | - | ||
23 | + | ||
14 | 24 |
| |
25 | + | ||
15 | 26 |
| |
16 | - | ||
27 | + |
0 commit comments