@@ -140,7 +140,7 @@ class TestRefillThird extends TestCase
}
};
- for ($i = 0;$i > 100; $i++) {
+ for ($i = 0;$i < 100; $i++) {
$sender();
sleep(2);