PDO4You\PDO4YouTest::setUp PHP Method

setUp() protected method

protected setUp ( )
    protected function setUp()
    {
        // Creates and maintains a connection instance with a database
        $this->createDatabase();
        // Creates tables in the database
        $this->createTables();
    }