Google\Cloud\Tests\Snippets\Logging\EntryTest::testClass PHP Method

testClass() public method

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