AdminCategoryControllerTest::_deleteTestCategory PHP Method

_deleteTestCategory() public method

public _deleteTestCategory ( )
    public function _deleteTestCategory()
    {
        //@todo If we run test second time it will fail. (try to use data using faker).
        Category::where('slug', '=', 'test-category')->delete();
    }