2017 © Pedro Peláez
 

library phpspec-fuel

fuelphp1.x extension for phpspec

image

dohzoh/phpspec-fuel

fuelphp1.x extension for phpspec

  • Monday, November 24, 2014
  • by dozo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

PhpspecFuelExtension

Extension for using PhpSpec with FuelPHP framework, (*1)

Installation, (*2)

Download fuelphp framework from http://fuelphp.com/downloads, (*3)

wget -O fuelphp.zip http://fuelphp.com/files/download/28
unzip fuelphp.zip
cd fuelphp-1.7.2

And install to use composer, (*4)

php composer.phar selfupdate
php composer.phar run-script post-install-cmd
php composer.phar config bin-dir "bin/"
php composer.phar require dohzoh/phpspec-fuel dev-master --prefer-dist

Setting, (*5)

cp fuel/vendor/dohzoh/phpspec-fuel/phpspec.yml.dist phpspec.yml

Usage, (*6)

bin/phpspec describe Model_Blog
bin/phpspec run

Configuration, (*7)

You specify the applicaiton root in phpspec.yml, for example:, (*8)

src_path: fuel/app
spec_path: fuel/app/tests
phpunit.xml: fuel/core/phpunit.xml

This will usually match the path you set for your composer autoload to search for classes., (*9)

For documentation on how to use phpspec, see: http://www.phpspec.net/, (*10)

The Versions

22/11 2014

0.1

0.1.0.0 https://github.com/dohzoh/PhpspecFuelExtension.git

fuelphp1.x extension for phpspec

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar dozo

fuelphp phpspec

10/07 2014

dev-upsteam/master

dev-upsteam/master https://github.com/jon-acker/phpspec-kohana

Kohana 3.0 extension for phpspec

  Sources   Download

MIT

The Requires

 

The Development Requires

by Jon Acker

phpspec kohana