PhpBench\Tests\Unit\Environment\InformationTest::testGetName PHP Method

testGetName() public method

It should retrieve its name.
public testGetName ( )
    public function testGetName()
    {
        $information = new Information('foo', []);
        $this->assertEquals('foo', $information->getName());
    }