alef-e2e 0.15.26

Fixture-driven e2e test generator for alef
Documentation
1
2
3
4
5
6
7
8
9
10
11
{#- PHP HTTP 101 test skip template

   Context variables:
   - method_name: test method name (snake_case)
   - description: fixture description
#}
    /** {{ description }} */
    public function test_{{ method_name }}(): void
    {
        $this->markTestSkipped('HTTP 101 WebSocket upgrade cannot be tested via Guzzle HTTP client');
    }