function test_multipleValueNode_source_allowedValues()
 {
     $this->setExpectedException('InvalidArgumentException', 'Invalid argument(s) for source: noSuchSource');
     $collection = Braintree_Transaction::search(array(Braintree_TransactionSearch::source()->is('noSuchSource')));
 }