webchemistry/testing-helpers

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

3.0.0 2021-01-20 12:23 UTC

This package is auto-updated.

Last update: 2023-11-20 18:35:11 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;
	
}