\UserTableSeeder

Seeds a database to perform unit tests. It should be an sqlite database, for performance considerations, and it must already have the proper tables.

Summary

Methods
Properties
Constants
run()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$field_username
$field_first_name
$field_surname
$field_email
$username
$first_name
$surname
$email
N/A

Properties

$field_username

$field_username

$field_first_name

$field_first_name

$field_surname

$field_surname

$field_email

$field_email

$username

$username

$first_name

$first_name

$surname

$surname

$email

$email

Methods

run()

run()

Creates a user in the test database with username='testus'