WIP Testing

This commit is contained in:
oleibman
2026-07-12 01:53:11 -07:00
parent 066e7091a0
commit 40bdbb3c90
@@ -7,7 +7,7 @@ use PhpOffice\PhpSpreadsheet\Spreadsheet;
use PHPUnit\Framework\TestCase;
use Symfony\Component\Process\Process;
class ServerTestx extends TestCase
class ServerTest extends TestCase
{
private static Process $httpServer;
@@ -35,6 +35,7 @@ class ServerTestx extends TestCase
public function testServer(): void
{
var_dump(ini_get('allow_url_fopen'));
self::assertSame(self::NEWVALUE, file_get_contents(self::DIRECT));
self::assertSame(self::NEWVALUE, file_get_contents(self::REDIRECT));
}