File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 17
17
;
18
18
19
19
assertMatchesHtmlSnapshot ((string )$ og );
20
- });
20
+ })-> group ( ' global ' ) ;
21
21
22
22
it ('can generate article tags ' , function () {
23
23
$ og = Article::make ('Article | Example ' )
36
36
;
37
37
38
38
assertMatchesHtmlSnapshot ((string )$ og );
39
- });
39
+ })-> group ( ' global ' ) ;
40
40
41
41
it ('can generate book tags ' , function () {
42
42
$ og = Book::make ('Book | Example ' )
54
54
;
55
55
56
56
assertMatchesHtmlSnapshot ((string )$ og );
57
- });
57
+ })-> group ( ' global ' ) ;
58
58
59
59
it ('can generate profile tags ' , function () {
60
60
$ og = Profile::make ('Profile | Example ' )
72
72
;
73
73
74
74
assertMatchesHtmlSnapshot ((string )$ og );
75
- });
75
+ })-> group ( ' global ' ) ;
Original file line number Diff line number Diff line change 31
31
;
32
32
33
33
assertMatchesHtmlSnapshot ((string )$ og );
34
- });
34
+ })-> group ( ' music ' ) ;
35
35
36
36
it ('can generate album tags ' , function () {
37
37
$ og = Album::make ('Title | Example ' )
51
51
;
52
52
53
53
assertMatchesHtmlSnapshot ((string )$ og );
54
- });
54
+ })-> group ( ' music ' ) ;
55
55
56
56
it ('can generate playlist tags ' , function () {
57
57
$ og = Playlist::make ('Title | Example ' )
70
70
;
71
71
72
72
assertMatchesHtmlSnapshot ((string )$ og );
73
- });
73
+ })-> group ( ' music ' ) ;
74
74
75
75
it ('can generate radiostation tags ' , function () {
76
76
$ og = RadioStation::make ('Title | Example ' )
85
85
;
86
86
87
87
assertMatchesHtmlSnapshot ((string )$ og );
88
- });
88
+ })-> group ( ' music ' ) ;
Original file line number Diff line number Diff line change 38
38
;
39
39
40
40
assertMatchesHtmlSnapshot ((string )$ og );
41
- });
41
+ })-> group ( ' video ' ) ;
42
42
43
43
it ('can generate tv show tags ' , function () {
44
44
$ og = TvShow::make ('Title | Example ' )
57
57
;
58
58
59
59
assertMatchesHtmlSnapshot ((string )$ og );
60
- });
60
+ })-> group ( ' video ' ) ;
61
61
62
62
it ('can generate episode tags ' , function () {
63
63
$ og = Episode::make ('Title | Example ' )
78
78
;
79
79
80
80
assertMatchesHtmlSnapshot ((string )$ og );
81
- });
81
+ })-> group ( ' video ' ) ;
82
82
83
83
it ('can generate other tags ' , function () {
84
84
$ og = Other::make ('Title | Example ' )
99
99
;
100
100
101
101
assertMatchesHtmlSnapshot ((string )$ og );
102
- });
102
+ })-> group ( ' video ' ) ;
You can’t perform that action at this time.
0 commit comments