Skip to content

Commit

Permalink
Merge branch 'trunk' into add-changelog-v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gudmdharalds authored Oct 5, 2022
2 parents eaaefa2 + 2cbc42b commit 99935a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/integration/WpscanScanDirsAlteredTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,11 @@ public function testFindDirsAlteredWithNoResultsFound2(): void {

vipgoci_unittests_output_suppress();

$this->options['local-git-repo'] =
vipgoci_unittests_setup_git_repo(
$this->options
);

if ( false === $this->options['local-git-repo'] ) {
$this->markTestSkipped(
'Could not set up git repository: ' .
Expand All @@ -366,11 +371,6 @@ public function testFindDirsAlteredWithNoResultsFound2(): void {
return;
}

$this->options['local-git-repo'] =
vipgoci_unittests_setup_git_repo(
$this->options
);

vipgoci_unittests_output_unsuppress();

/*
Expand Down

0 comments on commit 99935a7

Please sign in to comment.