[PLUGIN][ActivityPub][Test] Activity: Create Page
Fixed a couple of bugs
This commit is contained in:
@@ -50,7 +50,7 @@ class GSObjectNoteTest extends GNUsocialTestCase
|
||||
static::assertFalse($note->getIsLocal());
|
||||
static::assertSame(VisibilityScope::EVERYWHERE, $note->getScope());
|
||||
static::assertSame($object_uri, $note->getUrl());
|
||||
static::assertNull($note->getLanguageId());
|
||||
static::assertSame('en', $note->getLanguageLocale());
|
||||
static::assertSame('note', $note->getType());
|
||||
static::assertNull($note->getTitle());
|
||||
|
||||
@@ -83,7 +83,7 @@ class GSObjectNoteTest extends GNUsocialTestCase
|
||||
static::assertFalse($note->getIsLocal());
|
||||
static::assertSame(VisibilityScope::EVERYWHERE, $note->getScope());
|
||||
static::assertSame($object_uri, $note->getUrl());
|
||||
static::assertNull($note->getLanguageId());
|
||||
static::assertSame('en', $note->getLanguageLocale());
|
||||
static::assertSame('note', $note->getType());
|
||||
static::assertNull($note->getTitle());
|
||||
|
||||
|
Reference in New Issue
Block a user