forked from janhenkgerritsen/codeception-laravel5-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 93e8614
committed
Add test for domain specific routes
1 parent 215e9e9 commit 93e8614
File tree
5 files changed
+79
-96
lines changed- app/Http
- tests
- api
- functional
5 files changed
+79
-96
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 | + | ||
29 | + | ||
30 | + | ||
31 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 | - | ||
9 | + | ||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
15 | - | ||
14 | + | ||
16 | 15 |
| |
17 | 16 |
| |
18 | 17 |
| |
| |||
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 | - | ||
44 | - | ||
45 | - | ||
46 | 42 |
| |
47 | 43 |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
2766 | 2766 |
| |
2767 | 2767 |
| |
2768 | 2768 |
| |
2769 | + | ||
2770 | + | ||
2771 | + | ||
2772 | + | ||
2773 | + | ||
2774 | + | ||
2775 | + | ||
2776 | + | ||
2777 | + | ||
2778 | + | ||
2779 | + | ||
2780 | + | ||
2781 | + | ||
2782 | + | ||
2783 | + | ||
2784 | + | ||
2785 | + | ||
2786 | + | ||
2787 | + | ||
2788 | + | ||
2789 | + | ||
2790 | + | ||
2791 | + | ||
2792 | + | ||
2793 | + | ||
2769 | 2794 |
| |
2770 | 2795 |
| |
2771 | 2796 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | 5 |
| |
13 | - | ||
14 | 6 |
| |
15 | 7 |
| |
16 | 8 |
| |
| |||
24 | 16 |
| |
25 | 17 |
| |
26 | 18 |
| |
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | 27 |
|
0 commit comments