diff --git a/tests/unit/steps/UnzipStepRunnerTest.php b/tests/unit/steps/UnzipStepRunnerTest.php index e701379d..40635b79 100644 --- a/tests/unit/steps/UnzipStepRunnerTest.php +++ b/tests/unit/steps/UnzipStepRunnerTest.php @@ -62,6 +62,10 @@ public function after() { $this->file_system->remove( $this->document_root ); } + public function test(){ + $this->assertTrue(true); // Placeholder until true test are fixed. + } + // public function testUnzipFileWhenUsingAbsolutePath() { // $zip = __DIR__ . '/resources/test_zip.zip'; // $this->resource_manager->method( 'getStream' )