Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D896
Change Details
Change Details
Old
New
Diff
Run tests to ensure current mappings still work. Test this code works: ```lang=php private function getNotification () : Notification { $mapper = new \JsonMapper(); return $mapper->map( json_decode($this->rawRequestContent), new Notification ); } ```
Run tests to ensure current mappings still work. Test this code works: ```lang=php private function getNotification () : Notification { $mapper = new \JsonMapper(); return $mapper->map( json_decode($this->rawRequestContent), new Notification ); } ```
Continue