Doctrine\SkeletonMapper\Tests\Functional\BaseImplementationTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        $this->setUpImplementation();
        $this->setUpCommon();
        $this->userDataRepository = $this->createUserDataRepository();
        $this->userRepository = $this->createUserRepository();
        $this->userPersister = $this->createUserPersister();
        $this->profileDataRepository = $this->createProfileDataRepository();
        $this->profileRepository = $this->createProfileRepository();
        $this->profilePersister = $this->createProfilePersister();
        $this->groupDataRepository = $this->createGroupDataRepository();
        $this->groupRepository = $this->createGroupRepository();
        $this->groupPersister = $this->createGroupPersister();
        $this->registerServices();
    }