Commit Graph

7 Commits

Author SHA1 Message Date
Adrien Crivelli ec4098c8fd Strict mode for all tests
While we might never be able to have 100% of our code strict, we can at
the very least do it for all of our tests. This ensures that our tests
are using our API with the types as intended by the test author, and not
silently be cast to what our API requires.
2023-09-07 17:44:56 +08:00
fox34 95d929441c Test different colors for different axis 2022-11-15 11:35:07 +01:00
fox34 8714b2e728 Also verify x-axis line color 2022-11-14 17:14:17 +01:00
fox34 4e6ac96e07 Remove unused imports 2022-11-14 16:51:41 +01:00
fox34 97c1a421ff Removing whitespace at end of line 2022-11-14 16:45:05 +01:00
fox34 d9d2484341 Formatting: Indent empty lines 2022-11-14 16:41:49 +01:00
fox34 c2cdc36bb3 Create PR3163Test.php 2022-11-14 16:04:13 +01:00