ParaTest\Logging\JUnit\WriterTest::testSingleFileLog PHP Method

testSingleFileLog() public method

public testSingleFileLog ( )
    public function testSingleFileLog()
    {
        $this->addPassingReader();
        $xml = $this->writer->getXml();
        $this->assertXmlStringEqualsXmlString(file_get_contents($this->passing), $xml);
    }