Skip to content

Commit

Permalink
Missed one.
Browse files Browse the repository at this point in the history
  • Loading branch information
elinw committed Jun 23, 2012
1 parent 2d8f52d commit c26f5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/suites/unit/joomla/html/JHtmlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,8 @@ public function testStylesheet()
JFactory::$document->_styleSheets,
'Line:' . __LINE__ . ' JHtml::script failed when we should get it from the media directory');

$this->assertEquals(JFactory::$document->_styleSheets['/media/system/css/' . $element . '/' . $urlpath . $urlfilename]['attribs'],
$this->assertEquals(
JFactory::$document->_styleSheets['/media/system/css/' . $element . '/' . $urlpath . $urlfilename]['attribs'],
array('media' => 'print, screen'),
'Line:' . __LINE__ . ' JHtml::script failed when we should get it from the media directory');

Expand Down

0 comments on commit c26f5fe

Please sign in to comment.