2017 © Pedro Peláez
 

library prophecy-extensions

Prophecy promise for fluid interfaces

image

crellbar/prophecy-extensions

Prophecy promise for fluid interfaces

  • Thursday, March 29, 2018
  • by crellbar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 406 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 1833 % Grown

The README.md

Prophecy Extensions

Install via composer

php ./composer.phar require --dev crellbar/prophecy-extensions, (*1)

FluidPromise

Provides a simple prophecy promise of a fluid interface., (*2)

Despite being somewhat against fluid interfaces I built this library as the project team I'm contracting with uses them. Before committing to using fluid interfaces in your code I strongly urge you to read up on the numerous cons that I believe outweigh the small pro of readability. Here's one source https://ocramius.github.io/blog/fluent-interfaces-are-evil/, (*3)

Usage

use Crellbar\ProphecyExtensions\FluidPromise as Fluid;

/** @var ObjectProphecy $prophecy */
... // setup prophecy in the usual fashion for the test tool you're using

$prophecy->myMethod(Argument::any())->will(new Fluid());

VoidPromise

Usage

use Crellbar\ProphecyExtensions\VoidPromise as VoidP;

/** @var ObjectProphecy $prophecy */
... // setup prophecy in the usual fashion for the test tool you're using

$prophecy->myMethod(Argument::any())->will(new VoidP());

The Versions

29/03 2018

dev-master

9999999-dev

Prophecy promise for fluid interfaces

  Sources   Download

MIT

The Requires

 

by Paul Crellin

prophecy extension promise interface this fluid fluid-interface

29/03 2018

v1.1

1.1.0.0

Prophecy promise for fluid interfaces

  Sources   Download

MIT

The Requires

 

by Paul Crellin

prophecy extension promise interface this fluid fluid-interface

25/03 2018

v1.0.1

1.0.1.0

Prophecy promise for fluid interfaces

  Sources   Download

MIT

The Requires

 

by Paul Crellin

prophecy extension promise interface this fluid fluid-interface

25/03 2018

v0.2

0.2.0.0

Prophecy promise for fluid interfaces

  Sources   Download

MIT

The Requires

 

by Paul Crellin

prophecy extension promise interface this fluid fluid-interface

25/03 2018

v1.0

1.0.0.0

Prophecy promise for fluid interfaces

  Sources   Download

MIT

The Requires

 

by Paul Crellin

prophecy extension promise interface this fluid fluid-interface

24/03 2018

0.1

0.1.0.0

Prophecy promise for fluid interfaces

  Sources   Download

MIT

The Requires

 

by Paul Crellin