1, 'pause_formation' => 0, 'start_pause_date' => '2020-06-30 10:00', 'end_pause_date' => '2020-06-30 11:00', 'disable_emails' => 1, ]; $userId = $this->integer($params); // assert each field was filled with provided information $this->assertSame($userId, 1); } }