2017 © Pedro Peláez
 

library tests

Common PHPUnit tests stuff

image

sergeymakinen/tests

Common PHPUnit tests stuff

  • Monday, February 12, 2018
  • by sergeymakinen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,033 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 15 % Grown

The README.md

Common PHPUnit tests stuff

Common tests stuff for PHPUnit tests. Version 1.3 or higher is compatible with PHPUnit:, (*1)

  • 4.8.25 or higher
  • 5.4.3 or higher
  • 6.0.5 or higher
  • 7.0.0 or higher

I use it in my library tests but you're also free to use. :), (*2)

Code Quality Build Status Code Coverage SensioLabsInsight, (*3)

Packagist Version Total Downloads Software License, (*4)

Installation

The preferred way to install this extension is through composer., (*5)

Either run, (*6)

composer require --dev "sergeymakinen/tests:^1.0"

or add, (*7)

"sergeymakinen/tests": "^1.0"

to the require-dev section of your composer.json file., (*8)

Usage

class MyClassTest extends \SergeyMakinen\Tests\TestCase
{
    //
}

The Versions

12/02 2018

v1.3.0

1.3.0.0 https://github.com/sergeymakinen/tests

Common PHPUnit tests stuff

  Sources   Download

MIT

The Requires

 

test phpunit tests unit

03/05 2017

v1.2.1

1.2.1.0 https://github.com/sergeymakinen/tests

Common PHPUnit tests stuff

  Sources   Download

MIT

The Requires

 

test phpunit tests unit

12/04 2017

v1.2.0

1.2.0.0 https://github.com/sergeymakinen/tests

Common PHPUnit tests stuff

  Sources   Download

MIT

The Requires

 

test phpunit tests unit

05/03 2017