Commit graph

18 commits

Author SHA1 Message Date
Chirag Aggarwal
18ed6a9c59 Fix more PHPStan static access issues 2026-03-31 22:04:37 +05:30
Jake Barnby
e976617869 perf: Remove @depends from Databases permissions and partial GraphQL tests
- Added setupDatabase() helper with caching to all permission test files
- Removed @depends from LegacyPermissionsMemberTest, LegacyPermissionsTeamTest
- Removed @depends from TablesDBPermissionsMemberTest, TablesDBPermissionsTeamTest
- Partial GraphQL test updates from agents

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 11:56:58 +13:00
Jake Barnby
4adc4f65ad Add missing PHPUnit #[Depends] to GraphQL Functions tests
Fixed missing #[Depends] attributes:
- FunctionsClientTest: 4 methods (testCreateDeployment, testCreateExecution,
  testGetExecutions, testGetExecution)
- FunctionsServerTest: 11 methods (all test methods with parameters)
- Legacy/DatabaseServerTest: Fixed testCreateIndex dependency
  (was depending on void-returning testUpdateURLAttribute)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 18:28:38 +13:00
Jake Barnby
714b8d7ea6 Migrate to PHPUnit 11 2026-01-15 16:14:53 +13:00
Jake Barnby
6d2832831c
Remove weird static/const mix 2025-08-19 23:03:18 +12:00
Matej Bačo
5ace34790d Migrate many tests to JS 2025-07-09 16:58:55 +02:00
Matej Bačo
ef030f4a08 Improve flaky test 2025-02-28 16:06:11 +01:00
Fabian Gruber
213e16050b fix(test): use assertEventually instead of while(true) 2025-02-05 13:40:13 +01:00
loks0n
cb0416be7b chore: fmt 2024-09-19 21:08:04 +01:00
Matej Bačo
c3a80dcebc Fix GraphQL function test 2023-10-26 16:50:35 +02:00
Jake Barnby
3c6e08540a
Fix function test 2023-08-30 02:10:50 -04:00
Jake Barnby
18f86b057d
Test fixes 2023-08-30 01:31:21 -04:00
Jake Barnby
2404352f3c
Fix more graphql tests 2023-08-19 01:59:36 -04:00
Jake Barnby
f18fb13afd
Fix graphql tests 2023-08-18 13:52:03 -04:00
fogelito
48e2bf1c3e Helpers GraphQL 2023-01-16 11:25:40 +02:00
Jake Barnby
fd52cdc45f
Revert prefix to _ 2022-12-08 16:08:57 +13:00
Jake Barnby
f9a32f6011
Fix reserved attribute selections 2022-10-21 13:53:54 +13:00
Jake Barnby
5bd420a823
Remove redundant test class prefixes 2022-09-22 20:29:42 +12:00
Renamed from tests/e2e/Services/GraphQL/GraphQLFunctionsClientTest.php (Browse further)