protected function setUp()
 {
     $this->structure = $this->getMockForAbstractClass('CSanquer\\ColibriCsv\\AbstractCsv');
     $this->structure->expects($this->any())->method('getCompatibleFileHanderModes')->will($this->returnValue(array('rb', 'wb', 'r+b', 'w+b', 'a+b', 'x+b', 'c+b')));
 }