* * Full license available in separate LICENSE file */ trait RandomDataTrait { public function randomDataProvider() { return [ ['x'], [false], [true], [], [(object)[]], [false, true], [null, true], [2321321] ]; } }