eZ\Publish\Core\Persistence\Legacy\Tests\Content\FieldValue\Converter\AuthorTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        parent::setUp();
        $this->converter = new AuthorConverter();
        $this->authors = array(array('id' => 21, 'name' => 'Boba Fett', 'email' => '[email protected]'), array('id' => 42, 'name' => 'Darth Vader', 'email' => '[email protected]'), array('id' => 63, 'name' => 'Luke Skywalker', 'email' => '[email protected]'));
    }