PartKeepr\PartBundle\Tests\PartTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->fixtures = $this->loadFixtures(['PartKeepr\\StorageLocationBundle\\DataFixtures\\CategoryDataLoader', 'PartKeepr\\StorageLocationBundle\\DataFixtures\\StorageLocationLoader', 'PartKeepr\\PartBundle\\DataFixtures\\CategoryDataLoader', 'PartKeepr\\PartBundle\\DataFixtures\\PartDataLoader', 'PartKeepr\\ManufacturerBundle\\Tests\\DataFixtures\\ManufacturerDataLoader', 'PartKeepr\\DistributorBundle\\Tests\\DataFixtures\\DistributorDataLoader'])->getReferenceRepository();
    }