webchemistry/testing-helpers

There is no license information available for the latest version (4.0.0) of this package.

4.0.0 2024-03-03 16:01 UTC

This package is auto-updated.

Last update: 2024-04-03 17:02:48 UTC


README

Build Status

Usage

In test case use trait WebChemistry\Testing\TUnitTest

use WebChemistry\Testing\TUnitTest;

class FooTest extends \Codeception\Test\Unit {

	use TUnitTest;
	
}