adhocore / asserts

More PHPUnit assertions as a Trait
https://github.com/adhocore/asserts
MIT License
9 stars 3 forks source link

Assert file is executable #11

Closed peter279k closed 5 years ago

peter279k commented 5 years ago

Introduction

This is about the executable file assertion.

According to the latest PHPUnit doc, PHPUnit provides the assertFileEquals, assertFileExists, assertFileIsWritable, and assertFileIsReadable.

I think we should implement the assertFileIsExecutable.

adhocore commented 5 years ago

yes ;)

peter279k commented 5 years ago

It should be closed via PR #14.

adhocore commented 5 years ago

actually in PR description if you put closes #11 then the issue is closed automatically when the pr gets merged