Skip to content

Commit de91b57

Browse files
committed
Remove some test kruft.
1 parent 17bf11c commit de91b57

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

phpunit.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
beStrictAboutTodoAnnotatedTests="true"
1111
convertDeprecationsToExceptions="true"
1212
verbose="true">
13-
<php>
14-
<const name="foo" value="bar"/>
15-
</php>
1613
<testsuites>
1714
<testsuite name="default">
1815
<directory suffix=".php">tests/unit</directory>

tests/unit/Date_Query_Tests.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ public function test_range_and_relationship_are_discreet( $custom_data, $expecte
100100
* Data provider
101101
*/
102102
public function data_all_ranges_return_expected() {
103-
104-
$today = strtotime( 'today' );
105-
$last_month = strtotime( 'first day of -1 months' );
106-
107-
$after = strtotime( "first day of {$months_offset} months" );
108-
$before = strtotime( 'last day of last month' );
109103
return [
110104
// Month
111105
[

0 commit comments

Comments
 (0)