CPTP_Module_Permalink_Test::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        _unregister_post_type($this->post_type);
        _unregister_taxonomy($this->taxonomy, $this->post_type);
    }