protected function relationToTest($product)
 {
     $category = new Category();
     return new BelongsToMany($category->newQuery(), $product, 'product_categories_pivot', 'product_id', 'category_id', 'test_relation');
 }