PHP Class phpmock\functions\MicrotimeConverterTest

See also: MicrotimeConverter
Author: Markus Malkusch ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: php-mock/php-mock

Public Methods

Method Description
provideFloatAndStrings ( ) : array Returns convert test cases.
testConvertFloatToString ( float $float, string $string ) Test convertFloatToString().
testConvertStringToFloat ( float $float, string $string ) Test convertStringToFloat().

Method Details

provideFloatAndStrings() public method

Returns convert test cases.
public provideFloatAndStrings ( ) : array
return array

testConvertFloatToString() public method

Test convertFloatToString().
public testConvertFloatToString ( float $float, string $string )
$float float The timestamp.
$string string The timestamp.

testConvertStringToFloat() public method

Test convertStringToFloat().
public testConvertStringToFloat ( float $float, string $string )
$float float The timestamp.
$string string The timestamp.