tests: more fixes, but stuff is still broken

This commit is contained in:
Matthew Penner 2022-12-14 19:53:07 -07:00
parent 10b2380e9e
commit 7f669828c6
No known key found for this signature in database
10 changed files with 36 additions and 85 deletions

View file

@ -91,6 +91,8 @@ abstract class ApplicationApiIntegrationTestCase extends IntegrationTestCase
/**
* Return a transformer that can be used for testing purposes.
*
* @deprecated Instantiate the transformer directly.
*/
protected function getTransformer(string $abstract): Transformer
{