Google\Cloud\Tests\Snippets\Logging\EntryTest::testClass PHP Метод

testClass() публичный Метод

public testClass ( )
    public function testClass()
    {
        $snippet = $this->snippetFromClass(Entry::class);
        $res = $snippet->invoke('entry');
        $this->assertInstanceOf(Entry::class, $res->returnVal());
    }