Fix the syndication list test to match better parsing support
This commit is contained in:
parent
d584a10d1e
commit
4ca621f0e3
1 changed files with 6 additions and 1 deletions
|
@ -32,7 +32,12 @@ class MicropubClientTest extends TestCase
|
||||||
|
|
||||||
public function testClientPageRecentAuth()
|
public function testClientPageRecentAuth()
|
||||||
{
|
{
|
||||||
$syndication = ['https://twitter.com/jonnybarnes'];
|
$syndication = [
|
||||||
|
[
|
||||||
|
'target' => 'https://twitter.com/jonnybarnes',
|
||||||
|
'name' => 'jonnybarnes on Twitter',
|
||||||
|
]
|
||||||
|
];
|
||||||
$this->withSession([
|
$this->withSession([
|
||||||
'me' => $this->appurl,
|
'me' => $this->appurl,
|
||||||
'syndication' => $syndication,
|
'syndication' => $syndication,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue