Skip to content
Snippets Groups Projects
Commit b68cb5a4 authored by llaffont's avatar llaffont
Browse files

Test player AudioJS

parent 05b1a7d5
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ class ZendAfi_View_Helper_AudioJsPlayerTest extends PHPUnit_Framework_TestCase {
/** @test */
public function audioJSShouldBeCreated() {
$this->assertContains('audiojs.createAll()',
$this->assertContains('audiojs.createAll', Class_ScriptLoader::getInstance()->html());
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment