Google\Cloud\Tests\ArrayTraitTest::testPluckThrowsExceptionWithInvalidKey PHP 메소드

testPluckThrowsExceptionWithInvalidKey() 공개 메소드

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