PartKeepr\PartBundle\Tests\StockTest::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'])->getReferenceRepository();
    }