Example #1
0
 protected function matchCheckers(IDataSource $source)
 {
     $source->applyCheckers('name', array('Peter', 'Claude', 'Alberta', 'Ian', 'Ada', 'Virgil', 'Catherine', 'Douglas'), 'text');
     $this->assertCounts($source, self::CHECKERS_COUNT);
 }