Methods summary
public
|
#
run( array $bundles = array() )
Run all of the unit tests for the application.
Run all of the unit tests for the application.
Parameters
|
public
|
#
core( )
Run the tests for the Laravel framework.
Run the tests for the Laravel framework.
|
public
|
#
bundle( array $bundles = array() )
Run the tests for a given bundle.
Run the tests for a given bundle.
Parameters
|
protected
|
#
test( )
Run PHPUnit with the temporary XML configuration.
Run PHPUnit with the temporary XML configuration.
|
protected
|
#
stub( string $directory )
Write a stub phpunit.xml file to the base directory.
Write a stub phpunit.xml file to the base directory.
Parameters
- $directory
string $directory
|
protected
string
|
#
swap_bootstrap( string $stub, string $directory )
Swap the bootstrap file in the stub.
Swap the bootstrap file in the stub.
Parameters
- $stub
string $stub
- $directory
string $directory
Returns
string
|
protected
string
|
#
swap_directory( string $stub, string $directory )
Swap the directory in the stub.
Swap the directory in the stub.
Parameters
- $stub
string $stub
- $directory
string $directory
Returns
string
|