Skip to content
Snippets Groups Projects
Commit 9416bb54 authored by Aaron Bauman's avatar Aaron Bauman
Browse files

Documentation standards updates

parent 1c8c6d54
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ class PullQueueItemTest extends UnitTestCase { ...@@ -35,7 +35,7 @@ class PullQueueItemTest extends UnitTestCase {
->willReturn(1); ->willReturn(1);
$item = new PullQueueItem($sobject, $mapping); $item = new PullQueueItem($sobject, $mapping);
$this->assertTrue($item instanceof PullQueueItem); $this->assertTrue($item instanceof PullQueueItem);
$this->assertEquals(1, $item->mappingId); $this->assertEquals(1, $item->getMappingId());
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment