Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

Commit

Permalink
[TASK] Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Feb 22, 2015
1 parent ac5502a commit 540ced4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Tests/Unit/Service/ConfigurationServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ public function testGetContentConfiguration() {
$result = $service->getContentConfiguration();
$this->assertEquals(array(
'FluidTYPO3.Fluidcontent' => array(
'templateRootPaths' => array('EXT:fluidcontent/Resources/Private/Templates'),
'partialRootPaths' => array('EXT:fluidcontent/Resources/Private/Partials'),
'layoutRootPaths' => array('EXT:fluidcontent/Resources/Private/Layouts'),
'templateRootPaths' => array('EXT:fluidcontent/Resources/Private/Templates/'),
'partialRootPaths' => array('EXT:fluidcontent/Resources/Private/Partials/'),
'layoutRootPaths' => array('EXT:fluidcontent/Resources/Private/Layouts/'),
)
), $result);
}
Expand Down
20 changes: 10 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 540ced4

Please sign in to comment.