Google\Cloud\Tests\NaturalLanguage\AnnotationTest::testFetchesTokensByTag PHP Method

testFetchesTokensByTag() public method

    public function testFetchesTokensByTag()
    {
        $this->assertEquals($this->token, $this->annotation->tokensByTag('ADJ')[0]);
    }