diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-08-31 16:29:36 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-08-31 16:29:48 +0900 |
| commit | 487509c913cd4e8255ceb4f6bb19c3abea511789 (patch) | |
| tree | e1860ab80c7ac1e672b317c85cacbd5718e9581b /tests/src | |
| parent | 699f6ef036ed8eb01c1b4fb386464fabf5fa9443 (diff) | |
| download | php-waddiwasi-487509c913cd4e8255ceb4f6bb19c3abea511789.tar.gz php-waddiwasi-487509c913cd4e8255ceb4f6bb19c3abea511789.tar.zst php-waddiwasi-487509c913cd4e8255ceb4f6bb19c3abea511789.zip | |
chore: format
Diffstat (limited to 'tests/src')
| -rw-r--r-- | tests/src/SpecTestsuites/SpecTestsuiteBase.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/src/SpecTestsuites/SpecTestsuiteBase.php b/tests/src/SpecTestsuites/SpecTestsuiteBase.php index 3e3f5a1..6d92ed8 100644 --- a/tests/src/SpecTestsuites/SpecTestsuiteBase.php +++ b/tests/src/SpecTestsuites/SpecTestsuiteBase.php @@ -34,6 +34,7 @@ use PHPUnit\Framework\TestCase; use RuntimeException; use function count; use function is_float; +use function sprintf; abstract class SpecTestsuiteBase extends TestCase { |
