Upgraded to Symfony 6.3 and PHP 8.2.

This commit is contained in:
Klaus Silveira
2023-11-16 22:20:26 -05:00
parent dd98962de9
commit ea0d763394
18 changed files with 1167 additions and 1198 deletions

View File

@@ -17,7 +17,7 @@ use ZipArchive;
class CommandLineTest extends TestCase
{
public const FIXTURE_REPO = FIXTURE_DIR . '/git-bare-repo';
public const FIXTURE_REPO = FIXTURE_DIR.'/git-bare-repo';
public function setUp(): void
{