mirror of
https://github.com/pestphp/pest.git
synced 2026-09-05 22:33:35 +02:00
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
|
|
// The file name creates the class `list`, which is a PHP keyword.
|
|
|
|
it('never runs')->assertTrue(true);
|