@@ -28,6 +28,7 @@ public function run(PHPUnit_Framework_TestResult $result = NULL) {
28
28
* @param JsonLdTest $test the test to run.
29
29
*
30
30
* @group expand
31
+ * @group json-ld.org
31
32
* @dataProvider expandProvider
32
33
*/
33
34
public function testExpand ($ test ) {
@@ -43,6 +44,7 @@ public function testExpand($test) {
43
44
* @param JsonLdTest $test the test to run.
44
45
*
45
46
* @group compact
47
+ * @group json-ld.org
46
48
* @dataProvider compactProvider
47
49
*/
48
50
public function testCompact ($ test ) {
@@ -59,6 +61,7 @@ public function testCompact($test) {
59
61
* @param JsonLdTest $test the test to run.
60
62
*
61
63
* @group flatten
64
+ * @group json-ld.org
62
65
* @dataProvider flattenProvider
63
66
*/
64
67
public function testFlatten ($ test ) {
@@ -75,6 +78,7 @@ public function testFlatten($test) {
75
78
* @param JsonLdTest $test the test to run.
76
79
*
77
80
* @group toRdf
81
+ * @group json-ld.org
78
82
* @dataProvider toRdfProvider
79
83
*/
80
84
public function testToRdf ($ test ) {
@@ -90,6 +94,7 @@ public function testToRdf($test) {
90
94
* @param JsonLdTest $test the test to run.
91
95
*
92
96
* @group fromRdf
97
+ * @group json-ld.org
93
98
* @dataProvider fromRdfProvider
94
99
*/
95
100
public function testFromRdf ($ test ) {
@@ -105,6 +110,7 @@ public function testFromRdf($test) {
105
110
* @param JsonLdTest $test the test to run.
106
111
*
107
112
* @group frame
113
+ * @group json-ld.org
108
114
* @dataProvider frameProvider
109
115
*/
110
116
public function testFrame ($ test ) {
@@ -121,6 +127,7 @@ public function testFrame($test) {
121
127
* @param JsonLdTest $test the test to run.
122
128
*
123
129
* @group normalize
130
+ * @group json-ld.org
124
131
* @dataProvider normalizeProvider
125
132
*/
126
133
public function testNormalize ($ test ) {
@@ -136,6 +143,7 @@ public function testNormalize($test) {
136
143
* @param JsonLdTest $test the test to run.
137
144
*
138
145
* @group normalize
146
+ * @group normalization
139
147
* @dataProvider urgna2012Provider
140
148
*/
141
149
public function testUrgna2012 ($ test ) {
@@ -154,6 +162,7 @@ public function testUrgna2012($test) {
154
162
* @param JsonLdTest $test the test to run.
155
163
*
156
164
* @group normalize
165
+ * @group normalization
157
166
* @dataProvider urdna2015Provider
158
167
*/
159
168
public function testUrdna2015 ($ test ) {
0 commit comments