webchemistry/testing-helpers

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

4.1.1 2024-05-14 01:13 UTC

This package is auto-updated.

Last update: 2024-07-14 01:37:57 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;
	
}