Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
beStrictAboutTodoAnnotatedTests="true"
convertDeprecationsToExceptions="true"
verbose="true">
<php>
<const name="foo" value="bar"/>
</php>
<testsuites>
<testsuite name="default">
<directory suffix=".php">tests/unit</directory>
Expand Down
6 changes: 0 additions & 6 deletions tests/unit/Date_Query_Tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ public function test_range_and_relationship_are_discreet( $custom_data, $expecte
* Data provider
*/
public function data_all_ranges_return_expected() {

$today = strtotime( 'today' );
$last_month = strtotime( 'first day of -1 months' );

$after = strtotime( "first day of {$months_offset} months" );
$before = strtotime( 'last day of last month' );
return [
// Month
[
Expand Down
Loading