assertNotNull( reply_user('whatever', 0, 'whatever') ); } public function testShouldNULLMessageID1(): void { $this->assertNull( reply_user('whatever', 1, 'whatever') ); } }