Sha256: 94ea5552efabbfa85105b0e7d6569dc35a6c46f4dd76f77381d9085d07542487

Contents?: true

Size: 180 Bytes

Versions: 10

Compression:

Stored size: 180 Bytes

Contents

<?php

/**
 * @package Cuke4Php
 */

/**
 * load all php files in this directory
 */
foreach (glob(dirname(__FILE__) . "/*.php") as $sFilename) {
    require_once $sFilename;
}

?>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cuke4php-0.9.8 lib/Cucumber.php
cuke4php-0.9.6.c lib/Cucumber.php
cuke4php-0.9.6.b lib/Cucumber.php
cuke4php-0.9.6.a lib/Cucumber.php
cuke4php-0.9.5 lib/Cucumber.php
cuke4php-0.9.4 lib/Cucumber.php
cuke4php-0.9.3 lib/Cucumber.php
cuke4php-0.9.2 lib/Cucumber.php
cuke4php-0.9.1 lib/Cucumber.php
cuke4php-0.9.0 lib/Cucumber.php