Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| /** | ||
| * Tests for the in-memory adapter. This suite intentionally sticks to the | ||
| * basic CRUD + query surface the adapter supports. Relationships, operators, | ||
| * spatial types, vectors, fulltext and regex are deliberately not implemented | ||
| * and are verified to throw. | ||
| */ | ||
| class MemoryTest extends TestCase | ||
| { | ||
| protected Database $database; | ||
| protected Authorization $authorization; | ||
|
|
||
| protected function setUp(): void |
There was a problem hiding this comment.
You still use the standard test traits for Documents, Indexes, etc.
No description provided.