Rename namespace

This commit is contained in:
Philipp Holzer
2019-10-24 09:06:22 +02:00
parent 07cea24430
commit 2fba7ed477
11 changed files with 156 additions and 161 deletions

View File

@@ -22,7 +22,7 @@ class ActivityTest extends MockedTest
],
'withNamespace' => [
'haystack' => 'tagterm',
'needle' => Activity\Namespaces::ACTIVITY_SCHEMA . Activity::OBJ_TAGTERM,
'needle' => Activity\ANamespace::ACTIVITY_SCHEMA . Activity::OBJ_TAGTERM,
'assert' => true,
],
'invalidSimple' => [
@@ -37,7 +37,7 @@ class ActivityTest extends MockedTest
],
'withSubPath' => [
'haystack' => 'tagterm',
'needle' => Activity\Namespaces::ACTIVITY_SCHEMA . '/bla/' . Activity::OBJ_TAGTERM,
'needle' => Activity\ANamespace::ACTIVITY_SCHEMA . '/bla/' . Activity::OBJ_TAGTERM,
'assert' => true,
],
];