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
Adrien Crivelli
49f87de165
Reduce PHPStan error in tests
2021-04-12 11:10:23 +09:00
Akira Taniguchi
551bbdf30f
Update CsvOutputEncodingTest.php
2021-04-06 18:53:21 +09:00
Akira Taniguchi
e48ffdbe77
Update CsvOutputEncodingTest.php
2021-04-06 04:44:24 +09:00
Akira Taniguchi
991616d1d9
Update CsvOutputEncodingTest.php
2021-04-06 04:39:26 +09:00
Akira Taniguchi
86f3bdd598
Update CsvOutputEncodingTest.php
2021-04-06 04:27:14 +09:00
Akira Taniguchi
bfd4a659a4
Update CsvOutputEncodingTest.php
2021-04-06 04:11:46 +09:00
Akira Taniguchi
2adc44262c
Update CsvOutputEncodingTest.php
2021-04-06 03:48:08 +09:00
Akira Taniguchi
7681a1093f
Update CsvOutputEncodingTest.php
2021-04-06 03:46:10 +09:00
Akira Taniguchi
2df8e1a93f
Update CsvOutputEncodingTest.php
2021-04-06 03:07:10 +09:00
Akira Taniguchi
f6bfbd0655
Create CsvOutputEncodingTest.php
2021-04-06 02:56:54 +09:00