public function testCompareToEqual()
 {
     $less = new MockComparableItem('mock');
     $this->assertEquals(0, $this->object->compareTo($less));
 }