2017 © Pedro Peláez
 

lithium-library li3_leaderboard

A leaderboard to show off which developers are creating unit tests

image

blainesch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  • Wednesday, February 6, 2013
  • by BlaineSch
  • Repository
  • 1 Watchers
  • 2 Stars
  • 15,814 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Lithium Leaderboard

A leaderboard to show off which developers are creating unit tests., (*1)

Build Status, (*2)

Installation

Dependencies

This uses git blame to determine who created the test, so GIT is a dependency., (*3)

Composer

~~~ json { "require": { ... "blainesch/li3_leaderboard": "dev-master" ... } }, (*4)

~~~ bash
php composer.phar install

Submodule

~~~ bash git submodule add git://github.com/BlaineSch/li3_leaderboard.git libraries/li3_leaderboard, (*5)


### Clone Directly ~~~ bash git clone git://github.com/BlaineSch/li3_leaderboard.git libraries/li3_leaderboard

Setting up

In your libraries.php file:, (*6)

~~~ php array( dirname(dirname(__DIR__)) . '/tests/', ), 'files' => array( '/Test\.php$/' => '/function test/', '/\.feature$/' => '/Scenario:/', ), )); } // ... ?> ~~~, (*7)

Running

To view the results simply view: ~~~ bash localhost/testLeaderboard ~~~~, (*8)

Screenshot

Leaderboard, (*9)

The Versions

06/02 2013

dev-master

9999999-dev https://github.com/BlaineSch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  Sources   Download

The BSD License

test testing lithium li3 leaderboard leader

06/02 2013

dev-dev

dev-dev https://github.com/BlaineSch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  Sources   Download

The BSD License

test testing lithium li3 leaderboard leader

10/01 2013

v1.0.3

1.0.3.0 https://github.com/BlaineSch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  Sources   Download

The BSD License

test testing lithium li3 leaderboard leader

09/01 2013

v1.0.2

1.0.2.0 https://github.com/BlaineSch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  Sources   Download

The BSD License

test testing lithium li3 leaderboard leader

08/01 2013

v1.0.1

1.0.1.0 https://github.com/BlaineSch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  Sources   Download

The BSD License

test testing lithium li3 leaderboard leader

10/11 2012

v1.0.0

1.0.0.0 https://github.com/BlaineSch/li3_leaderboard

A leaderboard to show off which developers are creating unit tests

  Sources   Download

The BSD License

The Requires

  • blainesch/li3_filesystem dev-master

 

test testing lithium li3 leaderboard leader