Pheasant\Tests\BasicMappingTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->table('post', array('postid' => new Types\IntegerType(11, 'primary auto_increment'), 'title' => new Types\StringType(255, 'required'), 'subtitle' => new Types\StringType(255)));
    }