Skip to content

Commit

Permalink
fixed test0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Sep 21, 2018
1 parent 5ae5600 commit b048cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Utility/LinkScannerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ public function testExport()
//Filename can be `null`, relative or absolute
foreach ([
null => TMP . 'results_' . $this->LinkScanner->hostname . '_' . $this->LinkScanner->startTime,
'result_scan' => TMP . 'result_scan',
TMP . 'result_scan' => TMP . 'result_scan',
'example' => TMP . 'example',
TMP . 'example' => TMP . 'example',
] as $filenameWhereToExport => $expectedFilename) {
$result = $this->LinkScanner->export($filenameWhereToExport);
$this->assertFileExists($result);
Expand Down

0 comments on commit b048cda

Please sign in to comment.