Download the PHP package darling/php-unit-test-utilities without Composer
On this page you can find all versions of the php package darling/php-unit-test-utilities. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download darling/php-unit-test-utilities
More information about darling/php-unit-test-utilities
Files in darling/php-unit-test-utilities
Package php-unit-test-utilities
Short Description A collection of Traits that define methods to aide in the implementation of phpunit tests.
License MIT
Informations about the package php-unit-test-utilities
PHPUnitTestUtilities
The PHPUnitTestUtilities library provides traits that define methods
to aide in the implementation of phpunit
tests.
Overview
-
Installation
-
Traits
- Darling\PHPUnitTestUtilities\traits\PHPUnitConfigurationTests
- Darling\PHPUnitTestUtilities\traits\PHPUnitTestMessages
- Darling\PHPUnitTestUtilities\traits\PHPUnitRandomValues
Installation
Traits
Darling\PHPUnitTestUtilities\traits\PHPUnitConfigurationTests
This trait defines the following test methods:
Note: More detailed documentation can be found in the trait itself:
tests/PHPUnitTestUtilities/traits/PHPUnitConfigurationTests.php
Darling\PHPUnitTestUtilities\traits\PHPUnitTestMessages
This trait defines the following methods to return formatted strings
that can be used to output messages from phpunit
tests,for example,
when a test fails.
Note: More detailed documentation can be found in the trait itself:
tests/PHPUnitTestUtilities/traits/PHPUnitTestMessages.php
Darling\PHPUnitTestUtilities\traits\PHPUnitRandomValues
The PHPUnitRandomValues
trait defines the following methods that
return random values of various types.
Note: More detailed documentation can be found in the trait itself:
tests/PHPUnitTestUtilities/traits/PHPUnitRandomValues.php
Example
The following is a hypothetical example of how the traits provided by
the PHPUnitTestUtilities library can be used in a class that
implements phpunit
tests.
The example test above would result in the following failing test
when phpunit
is run: