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 1717 ;
1818
1919 assertMatchesHtmlSnapshot ((string )$ og );
20- });
20+ })-> group ( ' global ' ) ;
2121
2222it ('can generate article tags ' , function () {
2323 $ og = Article::make ('Article | Example ' )
3636 ;
3737
3838 assertMatchesHtmlSnapshot ((string )$ og );
39- });
39+ })-> group ( ' global ' ) ;
4040
4141it ('can generate book tags ' , function () {
4242 $ og = Book::make ('Book | Example ' )
5454 ;
5555
5656 assertMatchesHtmlSnapshot ((string )$ og );
57- });
57+ })-> group ( ' global ' ) ;
5858
5959it ('can generate profile tags ' , function () {
6060 $ og = Profile::make ('Profile | Example ' )
7272 ;
7373
7474 assertMatchesHtmlSnapshot ((string )$ og );
75- });
75+ })-> group ( ' global ' ) ;
Original file line number Diff line number Diff line change 3131 ;
3232
3333 assertMatchesHtmlSnapshot ((string )$ og );
34- });
34+ })-> group ( ' music ' ) ;
3535
3636it ('can generate album tags ' , function () {
3737 $ og = Album::make ('Title | Example ' )
5151 ;
5252
5353 assertMatchesHtmlSnapshot ((string )$ og );
54- });
54+ })-> group ( ' music ' ) ;
5555
5656it ('can generate playlist tags ' , function () {
5757 $ og = Playlist::make ('Title | Example ' )
7070 ;
7171
7272 assertMatchesHtmlSnapshot ((string )$ og );
73- });
73+ })-> group ( ' music ' ) ;
7474
7575it ('can generate radiostation tags ' , function () {
7676 $ og = RadioStation::make ('Title | Example ' )
8585 ;
8686
8787 assertMatchesHtmlSnapshot ((string )$ og );
88- });
88+ })-> group ( ' music ' ) ;
Original file line number Diff line number Diff line change 3838 ;
3939
4040 assertMatchesHtmlSnapshot ((string )$ og );
41- });
41+ })-> group ( ' video ' ) ;
4242
4343it ('can generate tv show tags ' , function () {
4444 $ og = TvShow::make ('Title | Example ' )
5757 ;
5858
5959 assertMatchesHtmlSnapshot ((string )$ og );
60- });
60+ })-> group ( ' video ' ) ;
6161
6262it ('can generate episode tags ' , function () {
6363 $ og = Episode::make ('Title | Example ' )
7878 ;
7979
8080 assertMatchesHtmlSnapshot ((string )$ og );
81- });
81+ })-> group ( ' video ' ) ;
8282
8383it ('can generate other tags ' , function () {
8484 $ og = Other::make ('Title | Example ' )
9999 ;
100100
101101 assertMatchesHtmlSnapshot ((string )$ og );
102- });
102+ })-> group ( ' video ' ) ;
You can’t perform that action at this time.
0 commit comments