This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".
The branch, master has been updated
via c8a571d578897ccf07c92706c31d200affd7586b (commit)
from 9eae9385675db66bda38e0b5d0643f95dab6023f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=c8a571d578897ccf07c92706c31d200affd7586b
commit c8a571d578897ccf07c92706c31d200affd7586b
Author: mirabilos <[email protected]>
Date: Tue Mar 7 22:48:53 2017 +0100
" → ' here, too
diff --git a/tests/unit/common/minijsonTest.php
b/tests/unit/common/minijsonTest.php
index 34d259f..3d06941 100644
--- a/tests/unit/common/minijsonTest.php
+++ b/tests/unit/common/minijsonTest.php
@@ -386,29 +386,29 @@ class Minijson_Tests extends PHPUnit_Framework_TestCase
$parsed = 'bla';
$presult = minijson_decode($this->s_orig, $parsed);
$this->assertTrue($presult);
- $this->assertEquals('array', gettype($parsed), "FAIL
parse-basic");
+ $this->assertEquals('array', gettype($parsed), 'FAIL
parse-basic');
$printrd = print_r($parsed, true);
- $this->assertEquals($this->s_printr, $printrd, "parsed");
+ $this->assertEquals($this->s_printr, $printrd, 'parsed');
$encoded = minijson_encode($parsed, false);
- $this->assertEquals($this->s_ecompact, $encoded,
"encode-compact");
+ $this->assertEquals($this->s_ecompact, $encoded,
'encode-compact');
$reparsed = 'bla';
$presult = minijson_decode($encoded, $reparsed);
- $this->assertTrue($presult, "can-reparse-compact");
- $this->assertEquals('array', gettype($reparsed), "FAIL
reparse-compact-basic");
+ $this->assertTrue($presult, 'can-reparse-compact');
+ $this->assertEquals('array', gettype($reparsed), 'FAIL
reparse-compact-basic');
$printrd = print_r($reparsed, true);
- $this->assertEquals($this->s_printrs, $printrd,
"reparsed-compact");
+ $this->assertEquals($this->s_printrs, $printrd,
'reparsed-compact');
$encoded = minijson_encode($parsed);
- $this->assertEquals($this->s_epadded, $encoded,
"encode-padded");
+ $this->assertEquals($this->s_epadded, $encoded,
'encode-padded');
$reparsed = 'bla';
$presult = minijson_decode($encoded, $reparsed);
- $this->assertTrue($presult, "can-reparse-padded");
- $this->assertEquals('array', gettype($reparsed), "FAIL
reparse-padded-basic");
+ $this->assertTrue($presult, 'can-reparse-padded');
+ $this->assertEquals('array', gettype($reparsed), 'FAIL
reparse-padded-basic');
$printrd = print_r($reparsed, true);
- $this->assertEquals($this->s_printrs, $printrd,
"reparsed-padded");
+ $this->assertEquals($this->s_printrs, $printrd,
'reparsed-padded');
}
}
-----------------------------------------------------------------------
Summary of changes:
tests/unit/common/minijsonTest.php | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
hooks/post-receive
--
FusionForge
_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits