public function testDecode($encoded, $decoded) { $this->assertEquals($decoded, bson_decode($encoded)); }