Skip to content

Commit

Permalink
pear package build improved
Browse files Browse the repository at this point in the history
  • Loading branch information
Davert committed Sep 15, 2012
1 parent dcbedf2 commit e5a86f1
Show file tree
Hide file tree
Showing 10 changed files with 506 additions and 506 deletions.
Binary file added codecept.phar
Binary file not shown.
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

260 changes: 131 additions & 129 deletions package.xml

Large diffs are not rendered by default.

Binary file modified package/codecept.phar
Binary file not shown.
4 changes: 2 additions & 2 deletions pearfarm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ $spec = Pearfarm_PackageSpec::create(array(Pearfarm_PackageSpec::OPT_BASEDIR =>
->addExcludeFilesRegex('~^docs\/*~')
->addExcludeFilesRegex('~^bin\/*~')
->addFilesRegex('~^vendor.*php$~', Pearfarm_PackageSpec::ROLE_PHP)
->addFilesRegex('~^vendor.*js$~', Pearfarm_PackageSpec::ROLE_SCRIPT)
->addFilesRegex('~^vendor.*dist$~', Pearfarm_PackageSpec::ROLE_DATA)
->addFilesRegex('~^vendor.*js$~', Pearfarm_PackageSpec::ROLE_PHP)
->addFilesRegex('~^vendor.*dist$~', Pearfarm_PackageSpec::ROLE_PHP)
->addExecutable('codecept')
->addExecutable('codecept.bat')
;
78 changes: 39 additions & 39 deletions tests/acceptance/CliGuy.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ class CliGuy extends \Codeception\AbstractGuy
{

/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::amInPath()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function amInPath($path) {
$this->scenario->condition('amInPath', func_get_args());
Expand All @@ -42,11 +42,11 @@ public function amInPath($path) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::openFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function openFile($filename) {
$this->scenario->action('openFile', func_get_args());
Expand All @@ -59,11 +59,11 @@ public function openFile($filename) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::deleteFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function deleteFile($filename) {
$this->scenario->action('deleteFile', func_get_args());
Expand All @@ -76,11 +76,11 @@ public function deleteFile($filename) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::deleteDir()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function deleteDir($dirname) {
$this->scenario->action('deleteDir', func_get_args());
Expand All @@ -93,11 +93,11 @@ public function deleteDir($dirname) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::copyDir()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function copyDir($src, $dst) {
$this->scenario->action('copyDir', func_get_args());
Expand All @@ -110,11 +110,11 @@ public function copyDir($src, $dst) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::seeInThisFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function seeInThisFile($text) {
$this->scenario->assertion('seeInThisFile', func_get_args());
Expand All @@ -127,11 +127,11 @@ public function seeInThisFile($text) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::dontSeeInThisFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function dontSeeInThisFile($text) {
$this->scenario->action('dontSeeInThisFile', func_get_args());
Expand All @@ -144,11 +144,11 @@ public function dontSeeInThisFile($text) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::deleteThisFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function deleteThisFile() {
$this->scenario->action('deleteThisFile', func_get_args());
Expand All @@ -161,11 +161,11 @@ public function deleteThisFile() {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::seeFileFound()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function seeFileFound($filename, $path = null) {
$this->scenario->assertion('seeFileFound', func_get_args());
Expand All @@ -178,11 +178,11 @@ public function seeFileFound($filename, $path = null) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Cli::runShellCommmand()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function runShellCommmand($command) {
$this->scenario->action('runShellCommmand', func_get_args());
Expand All @@ -195,11 +195,11 @@ public function runShellCommmand($command) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Cli::seeInShellOutput()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function seeInShellOutput($text) {
$this->scenario->assertion('seeInShellOutput', func_get_args());
Expand All @@ -212,11 +212,11 @@ public function seeInShellOutput($text) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Cli::dontSeeInShellOutput()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function dontSeeInShellOutput($text) {
$this->scenario->action('dontSeeInShellOutput', func_get_args());
Expand All @@ -229,11 +229,11 @@ public function dontSeeInShellOutput($text) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see CliHelper::executeCommand()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function executeCommand($command) {
$this->scenario->action('executeCommand', func_get_args());
Expand Down
2 changes: 1 addition & 1 deletion tests/data/app/db
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a:1:{s:13:"5053b0dfaeda5";a:0:{}}
a:1:{s:13:"505447ab63284";a:0:{}}
2 changes: 0 additions & 2 deletions tests/data/claypit/tests/_helpers/DumbHelper.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<?php
namespace Codeception\Module;

require_once 'PHPUnit/Framework/Assert/Functions.php';

// here you can define custom functions for DumbGuy

class DumbHelper extends \Codeception\Module
Expand Down
54 changes: 27 additions & 27 deletions tests/functional/TestGuy.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ class TestGuy extends \Codeception\AbstractGuy
{

/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::amInPath()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function amInPath($path) {
$this->scenario->condition('amInPath', func_get_args());
Expand All @@ -41,11 +41,11 @@ public function amInPath($path) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::openFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function openFile($filename) {
$this->scenario->action('openFile', func_get_args());
Expand All @@ -58,11 +58,11 @@ public function openFile($filename) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::deleteFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function deleteFile($filename) {
$this->scenario->action('deleteFile', func_get_args());
Expand All @@ -75,11 +75,11 @@ public function deleteFile($filename) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::deleteDir()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function deleteDir($dirname) {
$this->scenario->action('deleteDir', func_get_args());
Expand All @@ -92,11 +92,11 @@ public function deleteDir($dirname) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::copyDir()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function copyDir($src, $dst) {
$this->scenario->action('copyDir', func_get_args());
Expand All @@ -109,11 +109,11 @@ public function copyDir($src, $dst) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::seeInThisFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function seeInThisFile($text) {
$this->scenario->assertion('seeInThisFile', func_get_args());
Expand All @@ -126,11 +126,11 @@ public function seeInThisFile($text) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::dontSeeInThisFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function dontSeeInThisFile($text) {
$this->scenario->action('dontSeeInThisFile', func_get_args());
Expand All @@ -143,11 +143,11 @@ public function dontSeeInThisFile($text) {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::deleteThisFile()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function deleteThisFile() {
$this->scenario->action('deleteThisFile', func_get_args());
Expand All @@ -160,11 +160,11 @@ public function deleteThisFile() {


/**
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*
*
* @see Filesystem::seeFileFound()
*
* ! This method is generated. DO NOT EDIT. !
* ! Documentation taken from corresponding module !
*/
public function seeFileFound($filename, $path = null) {
$this->scenario->assertion('seeFileFound', func_get_args());
Expand Down
Loading

0 comments on commit e5a86f1

Please sign in to comment.