aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/src
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-31 16:29:36 +0900
committernsfisis <nsfisis@gmail.com>2024-08-31 16:29:48 +0900
commit487509c913cd4e8255ceb4f6bb19c3abea511789 (patch)
treee1860ab80c7ac1e672b317c85cacbd5718e9581b /tests/src
parent699f6ef036ed8eb01c1b4fb386464fabf5fa9443 (diff)
downloadphp-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.php1
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
{