Elgg\EntityDirLocatorTest::testToString PHP Method

testToString() public method

public testToString ( )
    public function testToString()
    {
        $guid = 431;
        $path = new \Elgg\EntityDirLocator($guid);
        $root = "/tmp/elgg/";
        $this->assertSame($root . '1/431/', $root . $path);
    }