Method | Description | |
---|---|---|
assertConnectionExists ( ) | ||
assertRowCount ( $count, $sql ) | ||
assertTableExists ( $table ) | ||
connection ( ) | Helper to return a connection | |
initialize ( $class, $callback = null ) | Helper to initialize a domain object | |
migrate ( $tableName, $schema ) | ||
setUp ( ) | ||
table ( $name, $columns ) | Helper to drop and re-create a table | |
tearDown ( ) |
public initialize ( $class, $callback = null ) |