Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Wagner committed Feb 19, 2018
1 parent 47ce5ec commit cf1b21c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/File/FileUtilTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function testGetFileList()
$this->assertArrayHasKey(2, $fileList);
$this->assertArrayHasKey('filename', $fileList[2]);
$this->assertNotSame('', $fileList[2]['filename']);
$this->assertSame('/home/kwagner/Kunden/github/contao-utils-bundle/tests/File/testfile1', $fileList[2]['absUrl']);

$fileList = $fileUtil->getFileList($this->getTempDir().'/fileList', __DIR__);

Expand Down

0 comments on commit cf1b21c

Please sign in to comment.