Example #1
0
 /**
  * @test
  */
 public function getUnrecognizedComponentsShouldReturnAllComponentAfterTheDottedOne()
 {
     $item = new Item(new Rule(1, 'A', array('a', 'b', 'c')), 1);
     $this->assertEquals(array('c'), $item->getUnrecognizedComponents());
 }