This commit is contained in:
oleibman
2026-07-12 00:07:04 -07:00
parent 5d9c5a667f
commit 0b136d1e6e
@@ -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();