@@ -36,6 +36,7 @@ public function setUp()
3636
3737 /**
3838 * @covers \SimpleSAML\Utils\System::getOS
39+ * @test
3940 * @return void
4041 */
4142 public function testGetOSBasic ()
@@ -48,6 +49,7 @@ public function testGetOSBasic()
4849
4950 /**
5051 * @covers \SimpleSAML\Utils\System::resolvePath
52+ * @test
5153 * @return void
5254 */
5355 public function testResolvePathRemoveTrailingSlashes ()
@@ -64,6 +66,7 @@ public function testResolvePathRemoveTrailingSlashes()
6466
6567 /**
6668 * @covers \SimpleSAML\Utils\System::resolvePath
69+ * @test
6770 * @return void
6871 */
6972 public function testResolvePathPreferAbsolutePathToBase ()
@@ -80,6 +83,7 @@ public function testResolvePathPreferAbsolutePathToBase()
8083
8184 /**
8285 * @covers \SimpleSAML\Utils\System::resolvePath
86+ * @test
8387 * @return void
8488 */
8589 public function testResolvePathCurDirPath ()
@@ -96,6 +100,7 @@ public function testResolvePathCurDirPath()
96100
97101 /**
98102 * @covers \SimpleSAML\Utils\System::resolvePath
103+ * @test
99104 * @return void
100105 */
101106 public function testResolvePathParentPath ()
@@ -112,6 +117,7 @@ public function testResolvePathParentPath()
112117
113118 /**
114119 * @covers \SimpleSAML\Utils\System::resolvePath
120+ * @test
115121 * @return void
116122 */
117123 public function testResolvePathAllowsStreamWrappers ()
@@ -128,6 +134,7 @@ public function testResolvePathAllowsStreamWrappers()
128134
129135 /**
130136 * @covers \SimpleSAML\Utils\System::resolvePath
137+ * @test
131138 * @return void
132139 */
133140 public function testResolvePathAllowsAwsS3StreamWrappers ()
@@ -144,6 +151,7 @@ public function testResolvePathAllowsAwsS3StreamWrappers()
144151
145152 /**
146153 * @covers \SimpleSAML\Utils\System::writeFile
154+ * @test
147155 * @deprecated Test becomes obsolete as soon as the codebase is fully type hinted
148156 * @return void
149157 */
@@ -157,6 +165,7 @@ public function testWriteFileInvalidArguments()
157165
158166 /**
159167 * @covers \SimpleSAML\Utils\System::writeFile
168+ * @test
160169 * @return void
161170 */
162171 public function testWriteFileBasic ()
@@ -176,6 +185,7 @@ public function testWriteFileBasic()
176185
177186 /**
178187 * @covers \SimpleSAML\Utils\System::writeFile
188+ * @test
179189 * @return void
180190 */
181191 public function testWriteFileContents ()
@@ -199,6 +209,7 @@ public function testWriteFileContents()
199209
200210 /**
201211 * @covers \SimpleSAML\Utils\System::writeFile
212+ * @test
202213 * @return void
203214 */
204215 public function testWriteFileMode ()
@@ -222,6 +233,7 @@ public function testWriteFileMode()
222233
223234 /**
224235 * @covers \SimpleSAML\Utils\System::getTempDir
236+ * @test
225237 * @return void
226238 */
227239 public function testGetTempDirBasic ()
@@ -241,6 +253,7 @@ public function testGetTempDirBasic()
241253
242254 /**
243255 * @covers \SimpleSAML\Utils\System::getTempDir
256+ * @test
244257 * @return void
245258 */
246259 public function testGetTempDirNonExistant ()
@@ -261,6 +274,7 @@ public function testGetTempDirNonExistant()
261274 /**
262275 * @requires OS Linux
263276 * @covers \SimpleSAML\Utils\System::getTempDir
277+ * @test
264278 * @return void
265279 */
266280 public function testGetTempDirBadOwner ()
0 commit comments