webchemistry/testing-helpers

该包最新版本(4.1.1)没有可用的许可信息。

4.1.1 2024-05-14 01:13 UTC

This package is auto-updated.

Last update: 2024-09-14 01:57:47 UTC


README

Build Status

用法

在测试用例中使用 trait WebChemistry\Testing\TUnitTest

use WebChemistry\Testing\TUnitTest;

class FooTest extends \Codeception\Test\Unit {

	use TUnitTest;
	
}