ParaTest\Parser\ParserTest_GetClassTest::testParsedClassHasDocBlock PHP Method

testParsedClassHasDocBlock() public method

    public function testParsedClassHasDocBlock()
    {
        $class = $this->parseFile($this->fixture('failing-tests/UnitTestWithClassAnnotationTest.php'));
        $this->assertEquals('/**
 * @runParallel
 * @pizzaBox
 */', $class->getDocBlock());
    }