]> BookStack Code Mirror - system-cli/commit
Added strict types, started phpunit testing
authorDan Brown <redacted>
Mon, 27 Mar 2023 18:43:19 +0000 (19:43 +0100)
committerDan Brown <redacted>
Mon, 27 Mar 2023 18:43:19 +0000 (19:43 +0100)
commite32799e920d9ef1672ce748f48ebadde313ed4c0
treefa7c68c38c388bf67e27808c666a44bfa56e624c
parent61ef2396a09efe3d15039705cc45a788ca1c40a7
Added strict types, started phpunit testing
22 files changed:
compile.php
composer.json
composer.lock
run.php
src/Commands/BackupCommand.php
src/Commands/CommandError.php
src/Commands/InitCommand.php
src/Commands/RestoreCommand.php
src/Commands/UpdateCommand.php
src/Services/AppLocator.php
src/Services/ArtisanRunner.php
src/Services/BackupZip.php
src/Services/ComposerLocator.php
src/Services/EnvironmentLoader.php
src/Services/InteractiveConsole.php
src/Services/MySqlRunner.php
src/Services/ProgramRunner.php
src/Services/RequirementsValidator.php
src/app.php [new file with mode: 0644]
test-data/.gitignore [new file with mode: 0644]
tests/Commands/InitCommandTest.php [new file with mode: 0644]
tests/TestCase.php [new file with mode: 0644]