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