webchemistry/testing-helpers

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

Installs: 5 470

Dependents: 7

Suggesters: 0

Security: 0

Stars: 1

Watchers: 4

Forks: 1

Open Issues: 0

pkg:composer/webchemistry/testing-helpers

4.1.1 2024-05-14 01:13 UTC

This package is auto-updated.

Last update: 2025-09-14 04:16: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;
	
}