mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:10:11 +00:00
Fix Testing
This commit is contained in:
parent
cbb9a2e8b7
commit
4a82708cbf
4 changed files with 22 additions and 26 deletions
|
@ -6,6 +6,10 @@ namespace Friendica\Core;
|
|||
use Friendica\Test\Util\VFSTrait;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @runTestsInSeparateProcesses
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
class InstallTest extends TestCase
|
||||
{
|
||||
use VFSTrait;
|
||||
|
@ -48,7 +52,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testCheckKeys()
|
||||
{
|
||||
|
@ -63,7 +66,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testCheckFunctions()
|
||||
{
|
||||
|
@ -141,7 +143,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testCheckLocalIni()
|
||||
{
|
||||
|
@ -160,7 +161,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testCheckHtAccessFail()
|
||||
{
|
||||
|
@ -201,7 +201,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testCheckHtAccessWork()
|
||||
{
|
||||
|
@ -241,7 +240,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testImagick()
|
||||
{
|
||||
|
@ -264,7 +262,6 @@ class InstallTest extends TestCase
|
|||
|
||||
/**
|
||||
* @small
|
||||
* @runInSeparateProcess
|
||||
*/
|
||||
public function testImagickNotFound()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue