Download the PHP package ecomdev/phpspec-file-matcher without Composer
On this page you can find all versions of the php package ecomdev/phpspec-file-matcher. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpspec-file-matcher
PHPSpec File Matcher
Allows to match directory/file existence and basic file content match.
Installation
-
Add composer dependency
- Add extension to your PHPSpec configuration
Matchers
-
Directory existence:
shouldCreateDirectory($path)
shouldBeDirectory($path)
shouldHaveDirectory($path)
-
File existence:
shouldCreateFile($filePath)
shouldBeFile($filePath)
shouldHaveFile($filePath)
- File content:
shouldCreateFileContent($filePath, $content)
shouldHaveFile($filePath, $content)
Example
All versions of phpspec-file-matcher with dependencies
PHP Build Version
Package Version
The package ecomdev/phpspec-file-matcher contains the following files
Loading the files please wait ....