We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96d82ae commit dd1550cCopy full SHA for dd1550c
tests/phpunit/jobstore/AbstractStoreTest.php
@@ -136,11 +136,9 @@ public function test_has_pending_actions_due() {
136
137
$store->save_action( $action );
138
}
139
-
140
$this->assertTrue( $store->has_pending_actions_due() );
141
142
$runner->run();
143
144
$this->assertFalse( $store->has_pending_actions_due() );
145
146
@@ -160,7 +158,6 @@ public function test_has_pending_actions_due_only_future_actions() {
160
158
161
159
162
163
164
165
166
0 commit comments