File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
tests/tests/StaticAnalysis/Value Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function testHasNamespacedName(): void
2727 $ this ->assertSame ('example\Example ' , $ this ->class ()->namespacedName ());
2828 }
2929
30- public function testHasNamespaced (): void
30+ public function testHasNamespace (): void
3131 {
3232 $ this ->assertSame ('example ' , $ this ->class ()->namespace ());
3333 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function testHasNamespacedName(): void
2727 $ this ->assertSame ('example\example ' , $ this ->function ()->namespacedName ());
2828 }
2929
30- public function testHasNamespaced (): void
30+ public function testHasNamespace (): void
3131 {
3232 $ this ->assertSame ('example ' , $ this ->function ()->namespace ());
3333 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function testHasNamespacedName(): void
2727 $ this ->assertSame ('example\Example ' , $ this ->interface ()->namespacedName ());
2828 }
2929
30- public function testHasNamespaced (): void
30+ public function testHasNamespace (): void
3131 {
3232 $ this ->assertSame ('example ' , $ this ->interface ()->namespace ());
3333 }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function testHasNamespacedName(): void
2727 $ this ->assertSame ('example\Example ' , $ this ->trait ()->namespacedName ());
2828 }
2929
30- public function testHasNamespaced (): void
30+ public function testHasNamespace (): void
3131 {
3232 $ this ->assertSame ('example ' , $ this ->trait ()->namespace ());
3333 }
You can’t perform that action at this time.
0 commit comments