bouiboui\Tissue\TissueTest::testPartialIssueTwo PHP Метод

testPartialIssueTwo() публичный Метод

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