Skip to content

Commit

Permalink
remove deprecated stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Apr 20, 2017
1 parent 21ec33a commit 836f01a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions tests/unit/suites/libraries/cms/html/JHtmlBootstrapTest.php
Expand Up @@ -386,19 +386,14 @@ public function testTooltip()
'Verify that tether.js is loaded'
);

$this->assertArrayHasKey(
'/media/vendor/bootstrap/js/bootstrap.min.js',
$document->_scripts,
'Verify that bootstrap.min.js file is loaded'
);

$this->assertArrayHasKey(
'/media/system/js/bootstrap-init.min.js',
$document->_scripts,
'Verify that the alert method initialises Bootstrap as well'
'Verify that the boostrap-init.min.js file is loaded'
);
}


/**
* Tests the startAccordion method.
*
Expand Down

0 comments on commit 836f01a

Please sign in to comment.