You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
feat: Add comprehensive unit tests for Albert API integration
- Add unit tests for EmbeddingsModelClient and GPTModelClient
- Update PlatformFactory to require explicit API version in URL
- Add strict validation to ensure baseUrl doesn't end with trailing slash
- Replace webmozart/assert with plain PHP exception handling
- Use JsonMockResponse and TestWith attributes with named descriptions
- Use sprintf for clean URL construction with leading slashes
- Rename albertUrl to baseUrl for clarity
- Apply rector and code style fixes
0 commit comments