@@ -304,66 +304,66 @@ public function testGetUniqueStorages(
304304
305305 public function testGetStoragesBackendNotVisible () {
306306 // we don't test this here
307- $ this ->assertTrue ( true );
307+ $ this ->addToAssertionCount ( 1 );
308308 }
309309
310310 public function testGetStoragesAuthMechanismNotVisible () {
311311 // we don't test this here
312- $ this ->assertTrue ( true );
312+ $ this ->addToAssertionCount ( 1 );
313313 }
314314
315315 public function testHooksAddStorage ($ a = null , $ b = null , $ c = null ) {
316316 // we don't test this here
317- $ this ->assertTrue ( true );
317+ $ this ->addToAssertionCount ( 1 );
318318 }
319319
320320 public function testHooksUpdateStorage ($ a = null , $ b = null , $ c = null , $ d = null , $ e = null ) {
321321 // we don't test this here
322- $ this ->assertTrue ( true );
322+ $ this ->addToAssertionCount ( 1 );
323323 }
324324
325325 public function testHooksRenameMountPoint () {
326326 // we don't test this here
327- $ this ->assertTrue ( true );
327+ $ this ->addToAssertionCount ( 1 );
328328 }
329329
330330 public function testHooksDeleteStorage ($ a = null , $ b = null , $ c = null ) {
331331 // we don't test this here
332- $ this ->assertTrue ( true );
332+ $ this ->addToAssertionCount ( 1 );
333333 }
334334
335335 public function testLegacyConfigConversionApplicableAll () {
336336 // we don't test this here
337- $ this ->assertTrue ( true );
337+ $ this ->addToAssertionCount ( 1 );
338338 }
339339
340340 public function testLegacyConfigConversionApplicableUserAndGroup () {
341341 // we don't test this here
342- $ this ->assertTrue ( true );
342+ $ this ->addToAssertionCount ( 1 );
343343 }
344344
345345 public function testReadLegacyConfigAndGenerateConfigId () {
346346 // we don't test this here
347- $ this ->assertTrue ( true );
347+ $ this ->addToAssertionCount ( 1 );
348348 }
349349
350350 public function testReadLegacyConfigNoAuthMechanism () {
351351 // we don't test this here
352- $ this ->assertTrue ( true );
352+ $ this ->addToAssertionCount ( 1 );
353353 }
354354
355355 public function testReadLegacyConfigClass () {
356356 // we don't test this here
357- $ this ->assertTrue ( true );
357+ $ this ->addToAssertionCount ( 1 );
358358 }
359359
360360 public function testReadEmptyMountPoint () {
361361 // we don't test this here
362- $ this ->assertTrue ( true );
362+ $ this ->addToAssertionCount ( 1 );
363363 }
364364
365365 public function testUpdateStorageMountPoint () {
366366 // we don't test this here
367- $ this ->assertTrue ( true );
367+ $ this ->addToAssertionCount ( 1 );
368368 }
369369}
0 commit comments