MiniAsset\Test\TestCase\File\TargetTest::testPath PHP Method

testPath() public method

public testPath ( )
    public function testPath()
    {
        $this->assertEquals(TMP . 'all.css', $this->target->path());
    }