Fireguard\Report\Exporters\AbstractExporterTest::testGetFullPath PHP Method

testGetFullPath() public method

public testGetFullPath ( )
    public function testGetFullPath()
    {
        $path = rtrim($this->exporter->getPath(), DIRECTORY_SEPARATOR);
        $this->assertEquals($path . DIRECTORY_SEPARATOR . $this->exporter->getFileName(), $this->exporter->getFullPath());
    }