| 1 | <?php  | 
            ||
| 3 | class DMSUploadField_ItemHandlerTest extends SapphireTest  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 4 | { | 
            ||
| 5 | protected static $fixture_file = 'dms/tests/dmstest.yml';  | 
            ||
| 6 | |||
| 7 | /**  | 
            ||
| 8 | * @var DMSDocument  | 
            ||
| 9 | */  | 
            ||
| 10 | protected $document;  | 
            ||
| 11 | |||
| 12 | public function setUp()  | 
            ||
| 18 | |||
| 19 | public function testGetItem()  | 
            ||
| 25 | |||
| 26 | public function testEditForm()  | 
            ||
| 35 | }  | 
            ||
| 36 | 
You can fix this by adding a namespace to your class:
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.