/**
  * Test visitValue.
  */
 public function testVisitKey()
 {
     $this->visitFieldTest(Criteria::key('foo')->selector());
 }
Example #2
0
 /**
  * Test key.
  */
 public function testKey()
 {
     $this->fieldSelectorTest(Criteria::key('foo'), Key::class, 'foo');
 }