TestCase
class TestCase extends TestCase
Main Test Case
Methods
createApplication()
Creates the application.
void
poppyTestVendor(array $vendors = [])
Run Vendor Test
void
outputVariables(array|string $vars, string $description = '')
输出变量/使用 STD 标准输出, 不会出现测试错误
array
readJson($module, $path)
读取模块 Json 文件
Details
at line 21
createApplication()
Creates the application.
at line 42
void
poppyTestVendor(array $vendors = [])
Run Vendor Test
at line 54
protected void
outputVariables(array|string $vars, string $description = '')
输出变量/使用 STD 标准输出, 不会出现测试错误
at line 77
protected array
readJson($module, $path)
读取模块 Json 文件
at line 98
protected Generator
faker()
No description