Home
last modified time | relevance | path

Searched refs:strBoolean (Results 1 – 1 of 1) sorted by relevance

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php389 public function testBooleans($strBoolean, $boolean) argument
391 self::assertEquals($this->getContent('boolean_' . $strBoolean), $this->serialize($boolean));
394 …::assertSame($boolean, $this->deserialize($this->getContent('boolean_' . $strBoolean), 'boolean'));