Skip to content

Commit

Permalink
Remove test for sequential server
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jan 12, 2025
1 parent d85e29f commit feee4e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/php/web/unittest/server/ServersTest.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class ServersTest {
/** @return iterable */
private function servers() {
yield ['async', Servers::$ASYNC];
yield ['sequential', Servers::$SEQUENTIAL];
yield ['prefork', Servers::$PREFORK];
yield ['develop', Servers::$DEVELOP];

Expand Down

0 comments on commit feee4e4

Please sign in to comment.