2017 © Pedro Peláez
 

library testing-helpers

image

webchemistry/testing-helpers

  • Thursday, April 5, 2018
  • by Antik
  • Repository
  • 2 Watchers
  • 1 Stars
  • 581 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 28 % Grown

The README.md

Build Status, (*1)

Usage

In test case use trait WebChemistry\Testing\TUnitTest, (*2)

use WebChemistry\Testing\TUnitTest;

class FooTest extends \Codeception\Test\Unit {

    use TUnitTest;

}

The Versions