fix: removed parseiCalDateTime
fix: remove jms/serializer from dep
This commit is contained in:
		| @@ -64,9 +64,9 @@ class iCalEventProcessorTest  extends \PHPUnit\Framework\TestCase { | ||||
|     $mockVTodo->add('DESCRIPTION', $description); | ||||
|     $mockVTodo->add('CATEGORIES', $categories); | ||||
|  | ||||
|     $this->mockTaskwarrior->expects($this->exactly(4)) | ||||
|       ->method('parseiCalDateTime') | ||||
|       ->will($this->onConsecutiveCalls($startTime, $startTime, $modifiedTime, $endTime)); | ||||
| //    $this->mockTaskwarrior->expects($this->exactly(4)) | ||||
| //      ->method('parseiCalDateTime') | ||||
| //      ->will($this->onConsecutiveCalls($startTime, $startTime, $modifiedTime, $endTime)); | ||||
|  | ||||
|     $this->mockTaskwarrior->expects($this->once())->method('createTask')->with($this->equalTo($uuid)) | ||||
|       ->willReturn($this->mockTask); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user