Skip to content

Commit ad2bb76

Browse files
committed
update tests
1 parent a342595 commit ad2bb76

File tree

4 files changed

+48
-40
lines changed

4 files changed

+48
-40
lines changed

Tests/Floats/Float64Test.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace Nejcc\PhpDatatypes\Tests;
66

7+
78
use Nejcc\PhpDatatypes\Scalar\FloatingPoints\Float64;
89
use PHPUnit\Framework\TestCase;
910

Tests/StructTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<?php
22

3+
declare(strict_types=1);
4+
5+
namespace Nejcc\PhpDatatypes\Tests;
6+
7+
use InvalidArgumentException;
38
use Nejcc\PhpDatatypes\Composite\Struct\Struct;
49
use PHPUnit\Framework\TestCase;
510

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
],
1818
"require": {
1919
"php": "^8.2",
20-
"ext-bcmath": "*"
20+
"ext-bcmath": "*",
21+
"ext-ctype": "*"
2122
},
2223
"require-dev": {
2324
"phpunit/phpunit": "^11.4.2"

composer.lock

Lines changed: 40 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)