ConsoleKit\Tests\UtilsTests::testJoin PHP Method

testJoin() public method

public testJoin ( )
    public function testJoin()
    {
        $path = "foo" . DIRECTORY_SEPARATOR . "bar";
        $this->assertEquals($path, Utils::join('foo', 'bar'));
    }