public function testShouldIgnoreInvalidStaticCalls() { // Set $model = new class extends MongolidModel { }; // Actions $model::foobar(); }