| 1 | <?php |
||
| 11 | class UtilityTest extends \Codeception\Test\Unit |
||
|
|
|||
| 12 | { |
||
| 13 | |||
| 14 | public function testGetInstance() |
||
| 18 | |||
| 19 | public function testGetModuleOption() |
||
| 23 | |||
| 24 | public function testGetWysiwygForm() |
||
| 28 | |||
| 29 | public function testJavascriptLinkConfirm() |
||
| 33 | |||
| 34 | public function testRedirect() |
||
| 38 | |||
| 39 | public function testGetModuleName() |
||
| 43 | |||
| 44 | public function testNeedsAsterisk() |
||
| 48 | |||
| 49 | public function testFormMarkRequiredFields() |
||
| 53 | } |
||
| 54 |
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.