partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

MoveActionTest.php (393B)


      1 <?php
      2 
      3 namespace PartKeepr\FootprintBundle\Tests;
      4 
      5 use PartKeepr\CategoryBundle\Tests\AbstractMoveCategoryTest;
      6 
      7 class MoveActionTest extends AbstractMoveCategoryTest
      8 {
      9     public function getFixtureLoaderClass()
     10     {
     11         return 'PartKeepr\FootprintBundle\DataFixtures\CategoryDataLoader';
     12     }
     13 
     14     public function getReferencePrefix()
     15     {
     16         return 'footprintcategory';
     17     }
     18 }