Skip to content

Commit

Permalink
Merge pull request #96 from helios-ag/fix_test
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
helios-ag committed Jan 17, 2015
2 parents e4ca488 + 86ea836 commit f5afeb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ef_connect:
pattern: /efconnect/{instance}
path: /efconnect/{instance}
defaults: { _controller: FMElfinderBundle:ElFinder:load, instance: default }
elfinder:
pattern: /elfinder/{instance}
path: /elfinder/{instance}
defaults: { _controller: FMElfinderBundle:ElFinder:show, instance: default }
3 changes: 2 additions & 1 deletion Tests/Twig/Extension/FMElfinderTinymceExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public function testRenderTinyMCE4()
function elFinderBrowser (field_name, url, type, win) {
tinymce.activeEditor.windowManager.open({
file:"http://localhost/elfinder/minimal",
title: "",
title:"",
width:,
height:,
resizable: 'yes'
Expand Down Expand Up @@ -151,3 +151,4 @@ public function testSubClassOfTwigExtension()
$this->assertTrue($rc->isSubclassOf('Twig_Extension'));
}
}

0 comments on commit f5afeb1

Please sign in to comment.