1..9
# boolean_for_javascript()
ok 1 - boolean_for_javascript() makes a javascript representation of the boolean if the param is boolean
ok 2 - boolean_for_javascript() makes a javascript representation of the boolean if the param is boolean
ok 3 - boolean_for_javascript() makes a javascript representation of the boolean if the param is boolean
ok 4 - boolean_for_javascript() makes a javascript representation of the boolean if the param is boolean
# options_for_javascript()
ok 5 - options_for_javascript() makes a javascript representation of the passed array
ok 6 - options_for_javascript() works with nested arrays
# javascript_tag()
not ok 7 - javascript_tag() takes the content as string parameter
# Failed test (./JavascriptBaseHelperTest.php at line 38)
# got: ''
# expected: ''
# link_to_function()
ok 8 - link_to_function generates a link with onClick handler for function
ok 9 - link_to_function works fine with confirm dialog
# Looks like you failed 1 tests of 9.