mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Merge pull request #751 from dereuromark/2.3-tel-protocol
remove debug statement
This commit is contained in:
commit
22c1ac9622
1 changed files with 0 additions and 1 deletions
|
@ -359,7 +359,6 @@ class HtmlHelperTest extends CakeTestCase {
|
|||
$this->assertTags($result, $expected);
|
||||
|
||||
$result = $this->Html->link('say hello to 0123465-798', 'sms:0123465-798?body=hello "cakephp"');
|
||||
debug($result);
|
||||
$expected = array('a' => array('href' => 'sms:0123465-798?body=hello "cakephp"'), 'say hello to 0123465-798', '/a');
|
||||
$this->assertTags($result, $expected);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue