Skip to content

Commit 75b09ba

Browse files
committed
toReturnUnique documentation
1 parent 86755a9 commit 75b09ba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)