Youshido\Tests\Library\Type\ListTypeTest::testStandaloneClass PHP Method

testStandaloneClass() public method

public testStandaloneClass ( )
    public function testStandaloneClass()
    {
        $listType = new TestListType();
        $this->assertEquals(new StringType(), $listType->getNamedType());
    }