public function test_submit_button_executes_global_and_returns_values()
 {
     $actual = $this->facade->submit_button('text', 'type', 'name', 'wrap', 'other_attributes');
     $this->assertEquals('This is submit_button: text : type : name : wrap : other_attributes', $actual);
 }