bouiboui\Tissue\TissueTest::testPartialIssueThree PHP Method

testPartialIssueThree() public method

Tests what an issue created with partial information looks like (3/3)
    public function testPartialIssueThree()
    {
        try {
            throw new \ErrorException('3/3 A partial error.');
        } catch (\ErrorException $e) {
            Tissue::setConfigPath(TEST_CONFIG_PATH);
            Tissue::create(null, null, null, $e->getFile(), null, $e->getTraceAsString());
        }
    }