Google\Cloud\Tests\ArrayTraitTest::testPluckThrowsExceptionWithInvalidKey PHP Method

testPluckThrowsExceptionWithInvalidKey() public method

    public function testPluckThrowsExceptionWithInvalidKey()
    {
        $array = [];
        $this->implementation->call('pluck', ['not_here', &$array]);
    }