mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
add tests for vaious file naming conventions resulting in various suffixes
This commit is contained in:
4
tests/PHPUnit/CustomSuffix/A Test With Spaces.php
Normal file
4
tests/PHPUnit/CustomSuffix/A Test With Spaces.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||||
|
->assertTrue(true);
|
||||||
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||||
|
->assertTrue(true);
|
||||||
4
tests/PHPUnit/CustomSuffix/ManyExtensions.class.test.php
Normal file
4
tests/PHPUnit/CustomSuffix/ManyExtensions.class.test.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||||
|
->assertTrue(true);
|
||||||
4
tests/PHPUnit/CustomSuffix/kebab-case-spec.php
Normal file
4
tests/PHPUnit/CustomSuffix/kebab-case-spec.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||||
|
->assertTrue(true);
|
||||||
4
tests/PHPUnit/CustomSuffix/snake_case_spec.php
Normal file
4
tests/PHPUnit/CustomSuffix/snake_case_spec.php
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
test(sprintf('this runs file names like "%s"', basename(__FILE__)))
|
||||||
|
->assertTrue(true);
|
||||||
Reference in New Issue
Block a user