public function test_A()
 {
     $js = new CopixJSWidget();
     $js->_A('5');
     $this->assertEquals('$A("5");', _toString($js));
 }