diff --git a/4dev/tests/CoreLibsDBExtendedArrayIOTest.php b/4dev/tests/CoreLibsDBExtendedArrayIOTest.php index 0ea1f86f..f5204ed5 100644 --- a/4dev/tests/CoreLibsDBExtendedArrayIOTest.php +++ b/4dev/tests/CoreLibsDBExtendedArrayIOTest.php @@ -36,9 +36,9 @@ final class CoreLibsDBExtendedArrayIOTest extends TestCase * * @return void */ - public function testDBIO() + public function testArrayDBIO() { - $this->assertTrue(true, 'DB Extended ArrayIO Tests not implemented'); + // $this->assertTrue(true, 'DB Extended ArrayIO Tests not implemented'); $this->markTestIncomplete( 'DB\Extended\ArrayIO Tests have not yet been implemented' ); diff --git a/4dev/tests/CoreLibsOutputFormElementsTest.php b/4dev/tests/CoreLibsOutputFormElementsTest.php index 7c11d80a..f228bfac 100644 --- a/4dev/tests/CoreLibsOutputFormElementsTest.php +++ b/4dev/tests/CoreLibsOutputFormElementsTest.php @@ -22,7 +22,7 @@ final class CoreLibsOutputFormElementsTest extends TestCase */ public function testOutputFormElements() { - $this->assertTrue(true, 'Output Form Elements Tests not implemented'); + // $this->assertTrue(true, 'Output Form Elements Tests not implemented'); $this->markTestIncomplete( 'Output\Form\Elements Tests have not yet been implemented' ); diff --git a/4dev/tests/CoreLibsOutputFormTokenTest.php b/4dev/tests/CoreLibsOutputFormTokenTest.php index 652029e5..1e3418bd 100644 --- a/4dev/tests/CoreLibsOutputFormTokenTest.php +++ b/4dev/tests/CoreLibsOutputFormTokenTest.php @@ -22,7 +22,7 @@ final class CoreLibsOutputFormTokenTest extends TestCase */ public function testOutputFormToken() { - $this->assertTrue(true, 'Output Form Token Tests not implemented'); + // $this->assertTrue(true, 'Output Form Token Tests not implemented'); $this->markTestIncomplete( 'Output\Form\Token Tests have not yet been implemented' ); diff --git a/4dev/tests/CoreLibsOutputImageTest.php b/4dev/tests/CoreLibsOutputImageTest.php index c0168cfe..53840934 100644 --- a/4dev/tests/CoreLibsOutputImageTest.php +++ b/4dev/tests/CoreLibsOutputImageTest.php @@ -22,7 +22,7 @@ final class CoreLibsOutputImageTest extends TestCase */ public function testOutputImage() { - $this->assertTrue(true, 'Output Image Tests not implemented'); + // $this->assertTrue(true, 'Output Image Tests not implemented'); $this->markTestIncomplete( 'Output\Image Tests have not yet been implemented' ); diff --git a/4dev/tests/CoreLibsOutputProgressbarTest.php b/4dev/tests/CoreLibsOutputProgressbarTest.php index 908f3811..a31e122c 100644 --- a/4dev/tests/CoreLibsOutputProgressbarTest.php +++ b/4dev/tests/CoreLibsOutputProgressbarTest.php @@ -22,10 +22,10 @@ final class CoreLibsOutputProgressbarTest extends TestCase */ public function testOutputProgressbar() { - /* $this->assertTrue(true, 'Output Progressbar Tests not implemented'); - $this->markTestIncomplete( - 'Output\Progressbar Tests have not yet been implemented' - ); */ + // $this->assertTrue(true, 'Output Progressbar Tests not implemented'); + // $this->markTestIncomplete( + // 'Output\Progressbar Tests have not yet been implemented' + // ); $this->markTestSkipped('No implementation for Output\Progressbar at the moment'); } }