Searched refs:strBoolean (Results 1 – 1 of 1) sorted by relevance
389 public function testBooleans($strBoolean, $boolean) argument391 self::assertEquals($this->getContent('boolean_' . $strBoolean), $this->serialize($boolean));394 …::assertSame($boolean, $this->deserialize($this->getContent('boolean_' . $strBoolean), 'boolean'));