Skip to content

Commit 80eb4bf

Browse files
committed
[stagehandtestrunner] Upgraded Stagehand_TestRunner to 3.6.1. (Issue #35)
1 parent c58ff0e commit 80eb4bf

573 files changed

Lines changed: 9768 additions & 8302 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/bin/
22
/target/
3+
/resources/php/.configsnapshots/*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0"?>
2-
<pearconfig version="1.0"><ext_dir>/usr/lib/php5/20090626</ext_dir><cfg_dir>resources/php/cfg</cfg_dir><doc_dir>resources/php/docs</doc_dir><bin_dir>resources/php/bin</bin_dir><www_dir>resources/php/www</www_dir><test_dir>resources/php/tests</test_dir><src_dir>resources/php/src</src_dir><php_bin>/usr/bin/php</php_bin><php_ini></php_ini><php_prefix></php_prefix><php_suffix></php_suffix></pearconfig>
2+
<pearconfig version="1.0"><ext_dir>/usr/lib/php5/20100525</ext_dir><cfg_dir>resources/php/cfg</cfg_dir><doc_dir>resources/php/docs</doc_dir><bin_dir>resources/php/bin</bin_dir><www_dir>resources/php/www</www_dir><test_dir>resources/php/tests</test_dir><src_dir>resources/php/src</src_dir><php_bin>/usr/bin/php</php_bin><php_ini>/home/iteman/site-php/config/5.4/php-cli.ini</php_ini><php_prefix></php_prefix><php_suffix></php_suffix></pearconfig>

com.piece_framework.makegood.stagehandtestrunner/resources/php/.configsnapshots/configsnapshot-2012-04-17 16-27-14.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

com.piece_framework.makegood.stagehandtestrunner/resources/php/.configsnapshots/configsnapshot-2012-04-17 16-31-24.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.

com.piece_framework.makegood.stagehandtestrunner/resources/php/.configsnapshots/configsnapshot-2012-09-21 14-03-25.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.
Binary file not shown.

com.piece_framework.makegood.stagehandtestrunner/resources/php/bin/testrunner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @package Stagehand_TestRunner
3333
* @copyright 2011-2012 KUBO Atsuhiro <kubo@iteman.jp>
3434
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
35-
* @version Release: 3.6.0
35+
* @version Release: 3.6.1
3636
* @since File available since Release 3.0.0
3737
*/
3838

com.piece_framework.makegood.stagehandtestrunner/resources/php/bin/testrunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
* @package Stagehand_TestRunner
3333
* @copyright 2011-2012 KUBO Atsuhiro <kubo@iteman.jp>
3434
* @license http://www.opensource.org/licenses/bsd-license.php New BSD License
35-
* @version Release: 3.6.0
35+
* @version Release: 3.6.1
3636
* @since File available since Release 3.0.0
3737
*/
3838

com.piece_framework.makegood.stagehandtestrunner/resources/php/docs/ClassLoader/Symfony/Component/ClassLoader/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2012 Fabien Potencier
1+
Copyright (c) 2004-2013 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

com.piece_framework.makegood.stagehandtestrunner/resources/php/docs/ClassLoader/Symfony/Component/ClassLoader/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,6 @@ Resources
6464

6565
You can run the unit tests with the following command:
6666

67-
phpunit
68-
69-
If you also want to run the unit tests that depend on other Symfony
70-
Components, install dev dependencies before running PHPUnit:
71-
72-
php composer.phar install --dev
67+
$ cd path/to/Symfony/Component/ClassLoader/
68+
$ composer.phar install --dev
69+
$ phpunit

0 commit comments

Comments
 (0)