Skip to content

Commit 69806b3

Browse files
committed
added katch.me test to test #120
1 parent 2c2bbb8 commit 69806b3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/Katchme.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
3+
class KatchmeTest extends TestCaseBase
4+
{
5+
public function testOne()
6+
{
7+
$this->assertEmbed(
8+
'https://ktch.tv/6_Lf',
9+
[
10+
'title' => "Backstage View 👀 of #ChineseNewYear Parade 🤓in Hong Kong #CathayCNYP",
11+
'description' => 'John Ho',
12+
'type' => 'link',
13+
'providerName' => 'Katch',
14+
]
15+
);
16+
}
17+
}

0 commit comments

Comments
 (0)