Google\Cloud\Tests\ArrayTraitTest::testPluckThrowsExceptionWithInvalidKey PHP Méthode

testPluckThrowsExceptionWithInvalidKey() public méthode

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