PHP Classes

File: tests/Fakerino/Test/Fixtures/file.php

Recommend this page to a friend!
  Classes of Nicola Pietroluongo   Fakerino   tests/Fakerino/Test/Fixtures/file.php   Download  
File: tests/Fakerino/Test/Fixtures/file.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: Fakerino
Generate fake names and other types of fake data
Author: By
Last change: fix code style, add more test for the fake table feature
Date: 7 years ago
Size: 128 bytes
 

Contents

Class file image Download
<?php
$conf
= array('fake');
$conf['database'] = array(
   
'path' => __DIR__ . '/test.sqlite',
   
'driver' => 'pdo_sqlite',
);