for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: mamba
* Date: 2017-12-04
* Time: 06:21
*/
use XoopsModules\Marquee\Utility\test;
class UtilityTest extends \Codeception\Test\Unit
You can fix this by adding a namespace to your class:
namespace YourVendor; class YourClass { }
When choosing a vendor namespace, try to pick something that is not too generic to avoid conflicts with other libraries.
{
public function testGetInstance()
}
public function testGetModuleOption()
public function testGetWysiwygForm()
public function testJavascriptLinkConfirm()
public function testRedirect()
public function testGetModuleName()
public function testNeedsAsterisk()
public function testFormMarkRequiredFields()
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.