Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 15 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
# Codeception module for testing local filesystem
# Codeception Module Filesystem

![Build Status](https://github.com/Codeception/module-filesystem/workflows/CI/badge.svg)
A Codeception module for testing local filesystem.

[![Actions Status](https://github.com/Codeception/module-filesystem/workflows/CI/badge.svg)](https://github.com/Codeception/module-filesystem/actions)
[![Latest Stable Version](https://poser.pugx.org/codeception/module-filesystem/v/stable)](https://github.com/Codeception/module-filesystem/releases)
[![Total Downloads](https://poser.pugx.org/codeception/module-filesystem/downloads)](https://packagist.org/packages/codeception/module-filesystem)
[![License](https://poser.pugx.org/codeception/module-filesystem/license)](/LICENSE)

## Installation

```
composer require --dev "codeception/module-filesystem"
composer require "codeception/module-filesystem" --dev
```

## Documentation

<a href="https://codeception.com/docs/modules/Filesystem">Module documentation</a>
See [the module documentation](https://codeception.com/docs/modules/Filesystem).

## License

`Codeception Module Filesystem` is open-sourced software licensed under the [MIT](/LICENSE) License.

© Codeception PHP Testing Framework