Fireguard\Report\Exporters\AbstractExporterTest::testGetFullPath PHP Méthode

testGetFullPath() public méthode

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