projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c955c26
)
Remove silly character
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 22 Jul 2016 22:51:45 +0000
(08:51 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Fri, 22 Jul 2016 22:51:45 +0000
(08:51 +1000)
tests/phpunit/api/v3/JobTest.php
patch
|
blob
|
blame
|
history
diff --git
a/tests/phpunit/api/v3/JobTest.php
b/tests/phpunit/api/v3/JobTest.php
index 4567e13109729c0834e161250320d6a06d307279..b5c964d4bd6b033a2c022404e83bbb9be7ea6611 100644
(file)
--- a/
tests/phpunit/api/v3/JobTest.php
+++ b/
tests/phpunit/api/v3/JobTest.php
@@
-632,7
+632,7
@@
class api_v3_JobTest extends CiviUnitTestCase {
));
$result = $this->callAPISuccess('Job', 'process_batch_merge', array('mode' => 'aggressive'));
$this->assertEquals(0, count($result['values']['skipped']));
- $this->assertEquals(0,
¬
count($result['values']['merged']));
+ $this->assertEquals(0, count($result['values']['merged']));
$this->callAPISuccessGetSingle('Contact', array('id' => $individual['id']));
$this->callAPISuccessGetSingle('Contact', array('id' => $organization['id']));