Skip to content
Snippets Groups Projects

Fix fatal in test run under PHP 8

Merged Erick Hitter requested to merge fix/test into master
  1. Jun 11, 2022
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · e19d4777
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      e19d4777
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · 5785a60e
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      5785a60e
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · 8e386725
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      8e386725
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · 22a7e572
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      22a7e572
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · 066959ea
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      066959ea
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · 19660d31
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      19660d31
    • Erick Hitter's avatar
      Fix fatal in test run under PHP 8 · c51f65c9
      Erick Hitter authored
      ```
      Fatal error: Declaration of PostFilters::setUp() must be compatible with Yoast\PHPUnitPolyfills\TestCases\TestCase::setUp(): void in /builds/wp-plugins/view-all-posts-pages/tests/test-post-filters.php on line 40
      ```
      c51f65c9
Loading