Skip to content

Commit

Permalink
Merge pull request #217 from nicolasmure/thumb-url-unit-test-fix
Browse files Browse the repository at this point in the history
tmbURL unit test merge fix
  • Loading branch information
helios-ag committed Feb 19, 2016
2 parents 6e04cde + b8594dc commit 589664b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/Configuration/ElFinderConfigurationReaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -304,9 +304,10 @@ public function testPathAndUrlAndHomeFolder()
$this->assertEquals('http://test.com/unit-test/home-url-without-path/bob', $configuration['roots'][0]['URL']);
}

public function testAccessTmbURLOpion()
public function testAccessTmbURLOption()
{
$configuration = $this->reader->getConfiguration('default');
$reader = $this->getConfigurationReader($this->getDefaultAttributesObject());
$configuration = $reader->getConfiguration('default');
$this->assertArrayHasKey('tmbURL', $configuration['roots'][0]);
}
}

0 comments on commit 589664b

Please sign in to comment.