]> BookStack Code Mirror - system-cli/commit
Fixed cwd warning during tests
authorDan Brown <redacted>
Thu, 7 Nov 2024 16:20:10 +0000 (16:20 +0000)
committerDan Brown <redacted>
Thu, 7 Nov 2024 16:20:10 +0000 (16:20 +0000)
commit4a435ebe3ca21af6b14e39c2ac761fd6a8aedee2
tree574c1a0179629e7dff90b7f6839babd8f599c80b
parent65696d9f9d09e0c8ee2b04a875d1f769ae5c75c4
Fixed cwd warning during tests

A warning was shown due to the cwd being changed into a location which
was then later deleted. This resets the cwd before running the deletion.
tests/Commands/RestoreCommandTest.php
tests/TestCase.php