Pheasant\Tests\BasicMappingTest::setUp PHP Méthode

setUp() public méthode

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)));
    }