mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Continued drafting of fullpersonname
This commit is contained in:
@@ -34,6 +34,6 @@ class FullPersonNameSourceAttributTest extends TestCase
|
||||
{
|
||||
$fullname = $this->createMock(FullPersonNameSourceInterface::class);
|
||||
$this->assertNull($this->fullname->setFullPersonNameSource($fullname));
|
||||
$this->assertEquals($collection, $this->fullname->getFullPersonNameSource());
|
||||
$this->assertEquals($fullname, $this->fullname->getFullPersonNameSource());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user