Skip to content

blazej-pachut-gforces/phpspec2-expect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

phpspec2-expect

Installation

Install it using the composer require command:

   composer require --dev bossa/phpspec2-expect

Alternativelly you can add it to the composer.json file

{
    "require-dev": {
         "bossa/phpspec2-expect": "^2.2"
    },
    "config": {
        "bin-dir": "bin"
    },
    "minimum-stability": "dev",
    "autoload": {
        "psr-0": {
            "spec": "",
            "": "src"
        }
    }
}

Usage

Inside some example:

       expect(file_exists('crazyfile.xtn'))->toBe(true);

About

Helper that decorates any SUS with a phpspec2 lazy object wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%