]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Core/InstallerTest.php
Merge pull request #9183 from nupplaphil/Minor-deprecation
[friendica.git] / tests / src / Core / InstallerTest.php
index 6ec2f1bc7c18ac3a3831a404e6029bca123db635..00879680ee3f15b414a1b4c18a193d7e531d4a86 100644 (file)
@@ -413,6 +413,8 @@ class InstallerTest extends MockedTest
         */
        public function testImagickNotFound()
        {
+               $this->markTestIncomplete('Disabled due not working/difficult mocking global functions - needs more care!');
+
                $this->l10nMock->shouldReceive('t')->andReturnUsing(function ($args) { return $args; });
 
                $this->setClasses(['Imagick' => true]);