Skip to content

Commit

Permalink
merge test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Crecket committed May 1, 2016
2 parents bcfd5b6 + 24e4974 commit e9d5dee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,7 @@ private function newResponse($file_info)
break;
case 'js':
$this->response_type = array(
'js' => true,
'coffee' => true
'js' => true
);
return new Types\Js($file_info);
break;
Expand Down
3 changes: 2 additions & 1 deletion tests/test.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public function testDebugResponse()
);

$jsList = array(
'/../bower_components/jquery/dist/jquery.min.js'
'/../bower_components/jquery/dist/jquery.min.js',
'/../bower_components/bootstrap/dist/js/bootstrap.js'
);

$JsResponse = new \Crecket\DependencyManager\Response($options, $jsList);
Expand Down

0 comments on commit e9d5dee

Please sign in to comment.