UnitTest

Extends \PHPUnit\Framework\TestCase

Class UnitTest.

Unit test with auto boot traits and rollback migrations (if trait are included in test).

author

Donii Sergii doniysa@gmail.com

package

Default

Methods

Find and boot class traits.

_boot() 
inherited
Throws
\ReflectionException

Find and un-boot traits.

_unBoot() 
inherited
author

Donii Sergii doniysa@gmail.com

Throws
\ReflectionException

Check method exists in trait and call it.

checkTraits(string $prefix = '') 
inherited
author

Donii Sergii doniysa@gmail.com

Throws
\ReflectionException

Arguments

$prefix

string

Method name prefix

{@inheritdoc}

setUp() 
Throws
\ReflectionException

{@inheritdoc}

tearDown()