File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ This plugin checks what's inside the files.
55
66[ ![ Tests] ( https://github.com/faissaloux/pest-plugin-inside/actions/workflows/tests.yml/badge.svg )] ( https://github.com/faissaloux/pest-plugin-inside/actions/workflows/tests.yml ) ![ Codecov] ( https://img.shields.io/codecov/c/github/faissaloux/pest-plugin-inside ) ![ Packagist Version] ( https://img.shields.io/packagist/v/faissaloux/pest-plugin-inside ) ![ Packagist License] ( https://img.shields.io/packagist/l/faissaloux/pest-plugin-inside )
77
8+ ## Available Methods
9+ ### toReturnLowercase
10+ Make sure a file or directory files returns an array with all lowercase values.
11+ ``` php
12+ expect('file.php')->toReturnLowercase();
13+ ```
14+
15+ ### toReturnUnique
16+ Make sure a file or directory files returns an array with unique values.
17+ ``` php
18+ expect('file.php')->toReturnUnique();
19+ ```
20+
21+ ----
22+
823### Success
924
1025``` php
You can’t perform that action at this time.
0 commit comments