TestMockDatabaseDriver::create
Creates and instance of the mock JDatabase object.
Signature
public function create(
$test,
[string
$nullDate = '0000-00-00 00:00:00',
[string
$dateFormat = 'Y-m-d H:i:s']] )
Parameters
-
$test
- A test object.
-
$nullDate
- A null date string for the driver.
-
$dateFormat
- A date format for the driver.