Test listener used to inject a fixture manager in all tests that are composed inside a Test Suite
$_first
protected PHPUnit\Framework\TestSuite
$_fixtureManager
protected Destroys the fixtures created by the fixture manager at the end of the test suite run
Iterates the tests inside a test suite and creates the required fixtures as they were expressed inside each test case.
__construct( Cake\TestSuite\Fixture\FixtureManager $manager )
Constructor. Save internally the reference to the passed fixture manager
Cake\TestSuite\Fixture\FixtureManager
$manager
addError( PHPUnit\Framework\Test $test , Exception $e , float $time )
Not Implemented
$test
$e
$time
addFailure( PHPUnit\Framework\Test $test , PHPUnit\Framework\AssertionFailedError $e , float $time )
Not Implemented
$test
$e
$time
addIncompleteTest( PHPUnit\Framework\Test $test , Exception $e , float $time )
Not Implemented
$test
$e
$time
addRiskyTest( PHPUnit\Framework\Test $test , Exception $e , float $time )
Not Implemented
$test
$e
$time
addSkippedTest( PHPUnit\Framework\Test $test , Exception $e , float $time )
Not Implemented
$test
$e
$time
addWarning( PHPUnit\Framework\Test $test , PHPUnit\Framework\Warning $e , float $time )
Not Implemented
$test
$e
$time
endTest( PHPUnit\Framework\Test $test , float $time )
Unloads fixtures from the test case.
$test
$time
endTestSuite( PHPUnit\Framework\TestSuite $suite )
Destroys the fixtures created by the fixture manager at the end of the test suite run
$suite
startTest( PHPUnit\Framework\Test $test )
Adds fixtures to a test case when it starts.
$test
startTestSuite( PHPUnit\Framework\TestSuite $suite )
Iterates the tests inside a test suite and creates the required fixtures as they were expressed inside each test case.
$suite
protected Cake\TestSuite\Fixture\FixtureManager
The instance of the fixture manager to use
© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.4/class-Cake.TestSuite.Fixture.FixtureInjector.html