assertTrue($rule->passes('app_id', config('websockets.apps.0.id'))); $this->assertFalse($rule->passes('app_id', 'invalid-app-id')); } }