1 | <?php |
||
6 | class EditableCustomRuleTest extends SapphireTest |
||
|
|||
7 | { |
||
8 | protected static $fixture_file = 'userforms/tests/EditableCustomRuleTest.yml'; |
||
9 | |||
10 | public function testBuildExpression() |
||
31 | |||
32 | /** |
||
33 | * Test that methods are returned for manipulating the presence of the "hide" CSS class depending |
||
34 | * on whether the field should be hidden or shown |
||
35 | */ |
||
36 | public function testToggleDisplayText() |
||
42 | } |
||
43 |
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.