mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-09-05 06:58:15 +00:00
Blip
This commit is contained in:
@@ -7,7 +7,7 @@ use PhpOffice\PhpSpreadsheet\Spreadsheet;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\Process\Process;
|
||||
|
||||
class ServerTest extends TestCase
|
||||
class ServerTestx extends TestCase
|
||||
{
|
||||
private static Process $httpServer;
|
||||
|
||||
@@ -20,7 +20,6 @@ class ServerTest extends TestCase
|
||||
public static function setUpBeforeClass(): void
|
||||
{
|
||||
$commandLine = 'php -S ' . self::SERVER . ' -t ' . __DIR__;
|
||||
var_dump($commandLine);
|
||||
|
||||
self::$httpServer = Process::fromShellCommandline($commandLine);
|
||||
self::$httpServer->start();
|
||||
|
||||
Reference in New Issue
Block a user