Skip to content

Commit

Permalink
Updated composer.lock and include Path
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu818 committed May 21, 2014
1 parent 360f26a commit 9b4cf34
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Test/Case/View/Helper/RichTextEditorHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public function testBeforeRender() {
$this->RichTextEditor->Html->expects($this->any())
->method('script')
->with(
'/TinyMce/js/tiny_mce/tiny_mce.js',
'/TinyMCE/js/tiny_mce/tiny_mce.js',
array('inline' => false));
$this->RichTextEditor->beforeRender('test.ctp');
}
Expand Down
2 changes: 1 addition & 1 deletion View/Helper/RichTextEditorHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class RichTextEditorHelper extends AppHelper {
*
* @var array
*/
public $helpers = array('TinyMce.TinyMCE');
public $helpers = array('TinyMCE.TinyMCE');

/**
* Configuration
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

0 comments on commit 9b4cf34

Please sign in to comment.