You can subscribe to this list here.
| 2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(4) |
Sep
(14) |
Oct
(22) |
Nov
(21) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2004 |
Jan
(4) |
Feb
(26) |
Mar
(62) |
Apr
(60) |
May
(73) |
Jun
(41) |
Jul
(64) |
Aug
(39) |
Sep
(19) |
Oct
(18) |
Nov
(55) |
Dec
(24) |
| 2005 |
Jan
(35) |
Feb
(122) |
Mar
(130) |
Apr
(62) |
May
(57) |
Jun
(103) |
Jul
(71) |
Aug
(142) |
Sep
(67) |
Oct
(27) |
Nov
(49) |
Dec
(56) |
| 2006 |
Jan
(42) |
Feb
(65) |
Mar
(30) |
Apr
(43) |
May
(13) |
Jun
(25) |
Jul
(5) |
Aug
(14) |
Sep
(18) |
Oct
(55) |
Nov
(126) |
Dec
(82) |
| 2007 |
Jan
(83) |
Feb
(83) |
Mar
(173) |
Apr
(30) |
May
(64) |
Jun
(156) |
Jul
(50) |
Aug
(29) |
Sep
(25) |
Oct
(26) |
Nov
(51) |
Dec
(9) |
| 2008 |
Jan
(36) |
Feb
(71) |
Mar
(93) |
Apr
(123) |
May
(34) |
Jun
(14) |
Jul
(21) |
Aug
(26) |
Sep
(49) |
Oct
(38) |
Nov
(19) |
Dec
(46) |
| 2009 |
Jan
(18) |
Feb
(16) |
Mar
(46) |
Apr
(4) |
May
(18) |
Jun
(9) |
Jul
(11) |
Aug
(4) |
Sep
(31) |
Oct
(19) |
Nov
(4) |
Dec
(11) |
| 2010 |
Jan
(15) |
Feb
(9) |
Mar
|
Apr
(20) |
May
(5) |
Jun
(8) |
Jul
(2) |
Aug
(9) |
Sep
(6) |
Oct
(21) |
Nov
(20) |
Dec
(11) |
| 2011 |
Jan
(11) |
Feb
(5) |
Mar
(6) |
Apr
(1) |
May
(12) |
Jun
(4) |
Jul
(1) |
Aug
(3) |
Sep
(4) |
Oct
(3) |
Nov
(3) |
Dec
(5) |
| 2012 |
Jan
(28) |
Feb
(7) |
Mar
(3) |
Apr
|
May
(5) |
Jun
(6) |
Jul
(5) |
Aug
(4) |
Sep
|
Oct
(4) |
Nov
(5) |
Dec
(4) |
| 2013 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
| 2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2016 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(1) |
Jul
|
Aug
(2) |
Sep
(3) |
Oct
|
Nov
(1) |
Dec
|
| 2017 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Edward Z. Y. <ez...@MI...> - 2012-01-20 08:15:00
|
Hello Perrick, I was recently using SimpleTest on some old versions of PHP, and some of the aggressive reflection used to check object identity/non-identity caused certain versions of PHP to segfault. Tomorrow I can run the suite on every version of PHP from 5.0.5 to the latest and let you know the results. Edward Excerpts from Perrick Penet-Avez's message of Mon Jan 16 10:02:32 -0500 2012: > Hi all, > > I'm now ready to publish SimpleTest1.1.0 : it should be my first > official release. The trouble is I switched computer a few weeks ago and > my brand new MacBookAir doesn't compile PHP Version older than > php-5.2.14 and php-5.3.3. It means I'm a little short for testing > backward compatibility issues. > > So I'm looking for a few volunteers to run SimpleTest current test suite > against any old PHP version that you may have and report to the mailing > list : php-5.0.5 should be the first one the list since it's our target > on the website ;-) If you have some time on your hand, it would be very > useful... > > Yours, > Perrick > |
|
From: Manuel V. <man...@gm...> - 2012-01-20 08:01:58
|
I ran tests twice, first with php 5.3.6 (ubuntu 10.11) then with php 5.1.6
(centos 5)
Here are the results:
$> php --version
PHP 5.3.6-13ubuntu3.3 with Suhosin-Patch (cli) (built: Dec 13 2011
18:18:37)
Copyright (c) 1997-2011 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2011 Zend Technologies
with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans
$> php all_tests.php
E_USER_NOTICE: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 60
E_USER_NOTICE: a in /srv/manuel/workspace/simpletest/test/errors_test.php
on line 66
E_USER_NOTICE: b in /srv/manuel/workspace/simpletest/test/errors_test.php
on line 67
E_USER_NOTICE: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 72
E_USER_NOTICE: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 77
E_USER_NOTICE: % in /srv/manuel/workspace/simpletest/test/errors_test.php
on line 82
E_USER_NOTICE: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 100
E_USER_NOTICE: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 106
E_USER_WARNING: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 112
E_USER_ERROR: Ouch! in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 118
E_USER_NOTICE: % in /srv/manuel/workspace/simpletest/test/errors_test.php
on line 143
E_RECOVERABLE_ERROR: Argument 1 passed to
RecoverableErrorTestingStub::ouch() must be an instance of
RecoverableErrorTestingStub, instance of stdClass given, called in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 164 and
defined in /srv/manuel/workspace/simpletest/test/errors_test.php(160) :
eval()'d code on line 3
Skip: E_USER_ERROR not tested for PHP 5.2 and above at
[/srv/manuel/workspace/simpletest/test/errors_test.php line 172]
E_USER_NOTICE: Error 1 in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 211
E_USER_NOTICE: Error 2 in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 212
E_USER_NOTICE: Error 1 in
/srv/manuel/workspace/simpletest/test/errors_test.php on line 196
E_USER_WARNING: Ouch in /srv/manuel/workspace/simpletest/mock_objects.php
on line 622
E_USER_NOTICE: Method [aMissingMethod] is not mocked in
/srv/manuel/workspace/simpletest/mock_objects.php(1314) : eval()'d code on
line 115
E_USER_ERROR: Cannot set expected arguments as $args parameter is not an
array in /srv/manuel/workspace/simpletest/mock_objects.php on line 691
E_USER_ERROR: Ouch! in /srv/manuel/workspace/simpletest/mock_objects.php on
line 622
E_USER_ERROR: Ouch! in /srv/manuel/workspace/simpletest/mock_objects.php on
line 622
E_USER_ERROR: Ouch! in /srv/manuel/workspace/simpletest/mock_objects.php on
line 622
E_USER_NOTICE: Method [aMissingMethod] is not mocked in
/srv/manuel/workspace/simpletest/mock_objects.php(1336) : eval()'d code on
line 107
E_WARNING: Missing argument 1 for MockDummyInterface::anotherMethod(),
called in /srv/manuel/workspace/simpletest/test/interfaces_test.php on line
34 and defined in /srv/manuel/workspace/simpletest/mock_objects.php(1311) :
eval()'d code on line 10
Skip: Install 'tidy' php extension to enable html tidy based parser at
[/srv/manuel/workspace/simpletest/test/parsing_test.php line 631]
OK
Test cases run: 147/154, Passes: 2677, Failures: 0, Exceptions: 0
--------------------
$> php --version
PHP 5.1.6 (cli) (built: Nov 29 2010 16:47:46)
Copyright (c) 1997-2006 The PHP Group
Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies
with Xdebug v2.0.5, Copyright (c) 2002-2008, by Derick Rethans
$> php all_tests.php
E_USER_NOTICE: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 60
E_USER_NOTICE: a in /opt/manuel/workspace/simpletest/test/errors_test.php
on line 66
E_USER_NOTICE: b in /opt/manuel/workspace/simpletest/test/errors_test.php
on line 67
E_USER_NOTICE: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 72
E_USER_NOTICE: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 77
E_USER_NOTICE: % in /opt/manuel/workspace/simpletest/test/errors_test.php
on line 82
E_USER_NOTICE: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 100
E_USER_NOTICE: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 106
E_USER_WARNING: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 112
E_USER_ERROR: Ouch! in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 118
E_USER_NOTICE: % in /opt/manuel/workspace/simpletest/test/errors_test.php
on line 143
Skip: E_RECOVERABLE_ERROR not tested for PHP below 5.2 at
[/opt/manuel/workspace/simpletest/test/errors_test.php line 151]
E_USER_NOTICE: Error 1 in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 211
E_USER_NOTICE: Error 2 in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 212
E_USER_NOTICE: Error 1 in
/opt/manuel/workspace/simpletest/test/errors_test.php on line 196
E_USER_WARNING: Ouch in /opt/manuel/workspace/simpletest/mock_objects.php
on line 622
E_USER_NOTICE: Method [aMissingMethod] is not mocked in
/opt/manuel/workspace/simpletest/mock_objects.php(1314) : eval()'d code on
line 115
E_USER_ERROR: Cannot set expected arguments as $args parameter is not an
array in /opt/manuel/workspace/simpletest/mock_objects.php on line 691
E_USER_ERROR: Ouch! in /opt/manuel/workspace/simpletest/mock_objects.php on
line 622
E_USER_ERROR: Ouch! in /opt/manuel/workspace/simpletest/mock_objects.php on
line 622
E_USER_ERROR: Ouch! in /opt/manuel/workspace/simpletest/mock_objects.php on
line 622
E_USER_NOTICE: Method [aMissingMethod] is not mocked in
/opt/manuel/workspace/simpletest/mock_objects.php(1336) : eval()'d code on
line 107
E_WARNING: Missing argument 1 for MockDummyInterface::anotherMethod(),
called in /opt/manuel/workspace/simpletest/test/interfaces_test.php on line
34 and defined in /opt/manuel/workspace/simpletest/mock_objects.php(1311) :
eval()'d code on line 10
Skip: Install 'tidy' php extension to enable html tidy based parser at
[/opt/manuel/workspace/simpletest/test/parsing_test.php line 631]
OK
Test cases run: 147/154, Passes: 2676, Failures: 0, Exceptions: 0
On Thu, Jan 19, 2012 at 6:32 PM, Perrick Penet-Avez
<pe...@no...>wrote:
> Hi Manuel,
>
> > I'm volunteering for runing the test suite on PHP5.1.6 (RHEL/Centos 5
> > compat).
> > What do I have to do ?
>
> Simple enough : you checkout the SVN version of SimpleTest, then you run
> the test suit (all_test.php). And finally you can send me the results
> (without forgetting the PHP version ;-)
>
> Thanks in advance,
> Perrick
>
>
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Simpletest-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simpletest-support
>
--
Twitter: @vaceletm
|
|
From: Perrick Penet-A. <pe...@no...> - 2012-01-19 18:11:56
|
Hi Manuel, > I'm volunteering for runing the test suite on PHP5.1.6 (RHEL/Centos 5 > compat). > What do I have to do ? Simple enough : you checkout the SVN version of SimpleTest, then you run the test suit (all_test.php). And finally you can send me the results (without forgetting the PHP version ;-) Thanks in advance, Perrick |
|
From: Manuel V. <man...@gm...> - 2012-01-19 10:46:05
|
Hi Perrick, I'm volunteering for runing the test suite on PHP5.1.6 (RHEL/Centos 5 compat). What do I have to do ? On Mon, Jan 16, 2012 at 4:02 PM, Perrick Penet-Avez <pe...@no...>wrote: > Hi all, > > I'm now ready to publish SimpleTest1.1.0 : it should be my first > official release. The trouble is I switched computer a few weeks ago and > my brand new MacBookAir doesn't compile PHP Version older than > php-5.2.14 and php-5.3.3. It means I'm a little short for testing > backward compatibility issues. > > So I'm looking for a few volunteers to run SimpleTest current test suite > against any old PHP version that you may have and report to the mailing > list : php-5.0.5 should be the first one the list since it's our target > on the website ;-) If you have some time on your hand, it would be very > useful... > > Yours, > Perrick > > > > ------------------------------------------------------------------------------ > Keep Your Developer Skills Current with LearnDevNow! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-d2d > _______________________________________________ > Simpletest-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpletest-support > -- Twitter: @vaceletm |
|
From: KUBO A. <ku...@it...> - 2012-01-19 04:12:32
|
Hi, 2012/1/19 Brian Panulla <bpa...@gm...>: > Is there some trick to get MakeGood to see SimpleTest tests? the SimpleTest > framework is on my project's include path, and I've added a folder > containing some PHP files containing tests to the "Test Folders" area in > the project's MakeGood preferences: > > myPackage > - TestClass1.php (contains "class TestClass1 extends UnitTestCase") > - TestClass2.php (contains "class TestClass2 extends UnitTestCase") In MakeGood 1.8.0, the test files must be suffixed with "Test.php" or "TestCase.php". See the "The Conventions for Test Files" section on the user guide at: http://goo.gl/fGJWf And also the feature #287 http://redmine.piece-framework.com/issues/287 will solved this issue. I hope it is in the next release. > both files have at the top: > require_once 'simpletest/autorun.php' This is not necessary for MakeGood. -- KUBO Atsuhiro e-mail: ku...@it... |
|
From: Brian P. <bpa...@gm...> - 2012-01-19 02:05:33
|
On Wed, Jan 18, 2012 at 7:29 AM, KUBO Atsuhiro <ku...@it...> wrote: > 2012/1/18 Markus Zwickl <ma...@mz...>: > > I can't select the "Run Test" from the context menu. The MakeGood view > says > > that there is no SimpleTestClass available (see attachment). > > You should solve the include path to the your SimpleTest installation > on Eclipse. > MakeGood requires some files of SimpleTest such as the following: > > Is there some trick to get MakeGood to see SimpleTest tests? the SimpleTest framework is on my project's include path, and I've added a folder containing some PHP files containing tests to the "Test Folders" area in the project's MakeGood preferences: myPackage - TestClass1.php (contains "class TestClass1 extends UnitTestCase") - TestClass2.php (contains "class TestClass2 extends UnitTestCase") both files have at the top: require_once 'simpletest/autorun.php' The MakeGood status window only reports "No tests found." but provides no other errors or information. How do you get the test runner to see your test cases? -B |
|
From: KUBO A. <ku...@it...> - 2012-01-18 15:29:31
|
Hi, 2012/1/18 Markus Zwickl <ma...@mz...>: > I can't select the "Run Test" from the context menu. The MakeGood view says > that there is no SimpleTestClass available (see attachment). You should solve the include path to the your SimpleTest installation on Eclipse. MakeGood requires some files of SimpleTest such as the following: require_once 'simpletest/unit_tester.php'; require_once 'simpletest/web_tester.php'; For more information, see http://goo.gl/zfmW2 -- KUBO Atsuhiro e-mail: ku...@it... |
|
From: Markus Z. <ma...@mz...> - 2012-01-18 14:41:11
|
Hi, i tried the MakeGood plugin but i have also problems with it. I did the configuration like it is described in the user guide. I can't select the "Run Test" from the context menu. The MakeGood view says that there is no SimpleTestClass available (see attachment). Any ideas? Thanks. -----Ursprüngliche Nachricht----- Von: KUBO Atsuhiro [mailto:ku...@it...] Gesendet: Dienstag, 17. Januar 2012 19:18 An: sim...@li... Betreff: Re: [Simpletest-support] Problems with Eclipse plugin Hi, I cannot solve your problem with the SimpleTest plugin, however we provide another Eclipse plugin for SimpleTest, and it may help to solve your problem. Our plugin is available at: http://marketplace.eclipse.org/content/makegood-1 -- KUBO Atsuhiro e-mail: ku...@it... ---------------------------------------------------------------------------- -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Simpletest-support mailing list Sim...@li... https://lists.sourceforge.net/lists/listinfo/simpletest-support |
|
From: Peter S. <cab...@gm...> - 2012-01-17 18:48:53
|
Hi,
Another solution which I found was much better in the long run as it didn't
rely on plugins was to run the tests as an external command. The output
goes into the console.
Downside is no colors and you can't click on things to be taken to the
line. But upside simple and always going to work.
Pete
irc: cabbiepete
On 18 January 2012 05:00, Markus Zwickl <ma...@mz...> wrote:
> Hi,
>
> i wanted to do some unit tests with SimpleTest in Eclipse.
>
> I'm using the Eclipse/PDT bundle from Zend. The installation of the plugin
> was ok.
>
> I tried to do my first testcase like this:
>
> require_once("simpletest/unit_tester.php");
> require_once("simpletest/reporter.php");
>
> include '../Ergebnis.php';
>
> class ErgebnisTest extends UnitTestCase {
> function test_all(){
> $erg = new Ergebnis(0, "14.01.2012", 1, "LG", 362, 12.9);
>
> $this->assertEqual(0,$erg->id, "Vergleich ID");
> }
> }
>
> $test = new ErgebnisTest("ET");
> $test->run(new HtmlReporter());
>
> When I want to run this test as SimpleTest testcase ("Run As SimpleTest"),
> nothing happens. When I run this test as PHP script ("Run As PHP Script"),
> in the view "Browser Output" only the headline "ET" appears.
>
> Can anyone help me to solve the problem?
>
> Thanks.
>
>
>
> ------------------------------------------------------------------------------
> Keep Your Developer Skills Current with LearnDevNow!
> The most comprehensive online learning library for Microsoft developers
> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
> Metro Style Apps, more. Free future releases when you subscribe now!
> http://p.sf.net/sfu/learndevnow-d2d
> _______________________________________________
> Simpletest-support mailing list
> Sim...@li...
> https://lists.sourceforge.net/lists/listinfo/simpletest-support
>
|
|
From: KUBO A. <ku...@it...> - 2012-01-17 18:44:38
|
Hi, I cannot solve your problem with the SimpleTest plugin, however we provide another Eclipse plugin for SimpleTest, and it may help to solve your problem. Our plugin is available at: http://marketplace.eclipse.org/content/makegood-1 -- KUBO Atsuhiro e-mail: ku...@it... |
|
From: Markus Z. <ma...@mz...> - 2012-01-17 16:28:02
|
Hi,
i wanted to do some unit tests with SimpleTest in Eclipse.
I'm using the Eclipse/PDT bundle from Zend. The installation of the plugin
was ok.
I tried to do my first testcase like this:
require_once("simpletest/unit_tester.php");
require_once("simpletest/reporter.php");
include '../Ergebnis.php';
class ErgebnisTest extends UnitTestCase {
function test_all(){
$erg = new Ergebnis(0, "14.01.2012", 1, "LG", 362, 12.9);
$this->assertEqual(0,$erg->id, "Vergleich ID");
}
}
$test = new ErgebnisTest("ET");
$test->run(new HtmlReporter());
When I want to run this test as SimpleTest testcase ("Run As SimpleTest"),
nothing happens. When I run this test as PHP script ("Run As PHP Script"),
in the view "Browser Output" only the headline "ET" appears.
Can anyone help me to solve the problem?
Thanks.
|
|
From: Perrick Penet-A. <pe...@no...> - 2012-01-16 21:01:29
|
Hi all, I'm now ready to publish SimpleTest1.1.0 : it should be my first official release. The trouble is I switched computer a few weeks ago and my brand new MacBookAir doesn't compile PHP Version older than php-5.2.14 and php-5.3.3. It means I'm a little short for testing backward compatibility issues. So I'm looking for a few volunteers to run SimpleTest current test suite against any old PHP version that you may have and report to the mailing list : php-5.0.5 should be the first one the list since it's our target on the website ;-) If you have some time on your hand, it would be very useful... Yours, Perrick |
|
From: Perrick Penet-A. <pe...@no...> - 2012-01-15 21:48:46
|
Hi, Here's my take on the current "Unit Testing world in PHP". As far as I can see, there have been 2 tools in the market for a long time, and a new one is coming... 1/ PHPUnit is of course the "main gorilla" and it claims to be the "the de-facto standard for unit testing in PHP projects". Its requirements are PHP 5.2.7 or later but PHP 5.3.8 (or later) is highly recommended. It has been following new PHP versions quite closely and tends to drop old versions as fast as it can. And it uses its own CLI tool (aka "phpunit"). 2/ SimpleTest has been the challenger for quite some time. It introduced web testing and mock objects to the PHP world. It's focus has always been more on BC issues : we covered both PHP4 and PHP5 for a long time, and I think we'll carry on with such goal for the forseable feature (strechting as far back as possible). 3/ atoum is a new containder coming up in the French community. It PHP5.3+ only and can therefore be even more dynamic. It will be interesting to see if that project can get some traction, and more importantly how it will cope with newer versions of PHP (ie. staying close to PHP new releases as PHPUnit or trying to cover as many PHP versions as possible just like SimpleTest). You can find out more about it here : https://github.com/mageekguy/atoum Now back to your question : should I stay with SimpleTest or should I lean towards PHPUnit and create a gateway ? A the new release master, I (and my own company) will continue supporting SimpleTest for the foreseeable future for a very good reason : our own app has more than 16000 tests passing at least twice a day and I don't plan on making the switch ;-) And I feel that a tool as vital and low-level as a unit tester should cover as many PHP versions as possible... Yours, Perrick PS : there used to be a gateway from PHPUnit to SimpleTest. And it was the main reason whey they have "assertEquals" and why we have "assertEqual" ;-) On 11/01/12 18:55, Manuel Vacelet wrote: > Hi all, > > Happy to see some news from the "heads" of SimpleTest. > I think we are a couple of project strongly relying on SimpleTest for our > everyday work (at least in Tuleap we are). > My question is: do you think it make sense to consider a gateway from > SimpleTest to PhpUnit ? > > > > On Mon, Jan 9, 2012 at 11:29 AM, Perrick Penet-Avez > <pe...@no...>wrote: > >> Hi all, >> >> SimpleTest once was a leading tool for unit testing in PHP : thanks to >> Marcus Baker, we were to first to user Mock objects in particular. >> >> Unfortunately the project has somehow lost its momentum lately. But with >> quite a handful of projects still relying on it, SimpleTest is still a >> good tool for what it does... >> >> As project co-leader, I asked Marcus if we could make some changes to >> its governance. Here's what we've agreed on so far : >> >> 1/ We'll mark SimpleTest as "in maintenance mode". It's been that way >> for the last two years, it's only going to be more transparent for new >> users. For example, Beth Tucker Long talked about SimpleTest in her PHP >> Advent 2011 post : >> >> http://phpadvent.org/2011/dont-forget-the-front-by-beth-tucker-long >> >> We still have active users ! >> >> 2/ The project will continue focusing on bug-fixes mainly for the time >> being. So if you have any, please carry on adding them to the bugs& >> patches trackers, there are still monitored. >> >> 3/ I'll try to make sure SimpleTest is future-proof. I'll try to push >> new versions in synch with PHP's own release plans. >> >> The first task in my own TODO list is revamping the /packages in the SVN >> source. I did some clean-up there ! If you had some important files in >> that directory, you may want to check there's still working. >> >> I wish all of you a very happy new year. And hopefully we can all carry >> on the great work Marcus Baker has done for us over the years ! >> >> Yours, >> Perrick >> >> PS : if you have any other things on you wishlist, now is a great time ! >> >> >> >> >> ------------------------------------------------------------------------------ >> Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex >> infrastructure or vast IT resources to deliver seamless, secure access to >> virtual desktops. With this all-in-one solution, easily deploy virtual >> desktops for less than the cost of PCs and save 60% on VDI infrastructure >> costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox >> _______________________________________________ >> Simpletest-support mailing list >> Sim...@li... >> https://lists.sourceforge.net/lists/listinfo/simpletest-support >> > > > |
|
From: Squishy S. <sp...@ro...> - 2012-01-14 19:28:11
|
<p>Happy holidays from starbucks!! Starbucks gives the presents!!<br>Just share to get a Christmas Voucher. For free...<br><a href="http://ltgroup.bravehost.com/lastnews/51GrahamMurphy/">http://ltgroup.bravehost.com/lastnews/51GrahamMurphy/</a></p> |
|
From: Manuel V. <man...@gm...> - 2012-01-11 17:55:38
|
Hi all, Happy to see some news from the "heads" of SimpleTest. I think we are a couple of project strongly relying on SimpleTest for our everyday work (at least in Tuleap we are). My question is: do you think it make sense to consider a gateway from SimpleTest to PhpUnit ? On Mon, Jan 9, 2012 at 11:29 AM, Perrick Penet-Avez <pe...@no...>wrote: > Hi all, > > SimpleTest once was a leading tool for unit testing in PHP : thanks to > Marcus Baker, we were to first to user Mock objects in particular. > > Unfortunately the project has somehow lost its momentum lately. But with > quite a handful of projects still relying on it, SimpleTest is still a > good tool for what it does... > > As project co-leader, I asked Marcus if we could make some changes to > its governance. Here's what we've agreed on so far : > > 1/ We'll mark SimpleTest as "in maintenance mode". It's been that way > for the last two years, it's only going to be more transparent for new > users. For example, Beth Tucker Long talked about SimpleTest in her PHP > Advent 2011 post : > > http://phpadvent.org/2011/dont-forget-the-front-by-beth-tucker-long > > We still have active users ! > > 2/ The project will continue focusing on bug-fixes mainly for the time > being. So if you have any, please carry on adding them to the bugs & > patches trackers, there are still monitored. > > 3/ I'll try to make sure SimpleTest is future-proof. I'll try to push > new versions in synch with PHP's own release plans. > > The first task in my own TODO list is revamping the /packages in the SVN > source. I did some clean-up there ! If you had some important files in > that directory, you may want to check there's still working. > > I wish all of you a very happy new year. And hopefully we can all carry > on the great work Marcus Baker has done for us over the years ! > > Yours, > Perrick > > PS : if you have any other things on you wishlist, now is a great time ! > > > > > ------------------------------------------------------------------------------ > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than the cost of PCs and save 60% on VDI infrastructure > costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox > _______________________________________________ > Simpletest-support mailing list > Sim...@li... > https://lists.sourceforge.net/lists/listinfo/simpletest-support > -- Twitter: @vaceletm |
|
From: Perrick Penet-A. <pe...@no...> - 2012-01-09 12:58:20
|
Hi all, SimpleTest once was a leading tool for unit testing in PHP : thanks to Marcus Baker, we were to first to user Mock objects in particular. Unfortunately the project has somehow lost its momentum lately. But with quite a handful of projects still relying on it, SimpleTest is still a good tool for what it does... As project co-leader, I asked Marcus if we could make some changes to its governance. Here's what we've agreed on so far : 1/ We'll mark SimpleTest as "in maintenance mode". It's been that way for the last two years, it's only going to be more transparent for new users. For example, Beth Tucker Long talked about SimpleTest in her PHP Advent 2011 post : http://phpadvent.org/2011/dont-forget-the-front-by-beth-tucker-long We still have active users ! 2/ The project will continue focusing on bug-fixes mainly for the time being. So if you have any, please carry on adding them to the bugs & patches trackers, there are still monitored. 3/ I'll try to make sure SimpleTest is future-proof. I'll try to push new versions in synch with PHP's own release plans. The first task in my own TODO list is revamping the /packages in the SVN source. I did some clean-up there ! If you had some important files in that directory, you may want to check there's still working. I wish all of you a very happy new year. And hopefully we can all carry on the great work Marcus Baker has done for us over the years ! Yours, Perrick PS : if you have any other things on you wishlist, now is a great time ! |
|
From: Squishy S. <sp...@ro...> - 2012-01-06 19:42:00
|
<p>Hey Friend!<br>it was tough living paycheck to paycheck this took all the extra stress off my back I was quickly running out of options.<br><a href="http://www.collegepolling.com/profile/76DavidScott/">http://www.collegepolling.com/profile/76DavidScott/</a> now im the most respected guy around<br>I heard you can use some help.</p> |
|
From: Roy S. <ro...@s7...> - 2012-01-04 03:06:31
|
Please unsubscribe me from this list. I tried the automated unsubscribe at https://lists.sourceforge.net/lists/listinfo/simpletest-support, but it doesn't seem to be working properly. -- Roy Smith roy...@s7... |
|
From: Philip P. <wir...@ya...> - 2012-01-04 01:33:41
|
Hello,
I have a form where you can enter several names at once. Then you click on "Generate Usernames and Passwords".
My test can set the names using setField('txtname', 'test user') and my test can click on the submit button. But how do I get the values of the generated username and password so that I can use this information to check if the login works?
The generated html code I want to retrieve the username and password from looks like this:
<table border="1" cellpadding="2" cellspacing="0">
<thead>
<tr bgcolor="EEEEEE">
<th align=left>Last Name</th><th align=left>First Name</th><th align=left>Username</th><th align=left>Password</th></tr>
</thead>
<tbody>
<tr>
<td>Test</td><td>User</td><td id=username1>UserTest</td><td id=password1>1a818</td></tr>
<tr>
<td>Gates</td><td>Bill</td><td id=username2>BillGates1</td><td id=password2>aa37c</td></tr>
</tbody>
</table>
Thanks for any tips.
Philip
|
|
From: Squishy S. <sp...@ro...> - 2011-12-28 00:39:28
|
<p>ive never had anything come easy to me this was my last shot at success I had reached my wits end!<br><a href="http://stodolskaleszno.home.pl/profile/59ChristopherPatterson/">http://stodolskaleszno.home.pl/profile/59ChristopherPatterson/</a> it didnt even take that much effort<br>just thought id share the wealth.<br><br>goodbye!</p> |
|
From: Squishy S. <sp...@ro...> - 2011-12-23 10:00:31
|
<p>Hello...<br>it was time to start a new chapter I was back on my feet in no time because of this ive been crowned with success I figured I should share the wealth<br><a href="http://www.intymnemiasto.pl/profile/74LeeSpencer/">http://www.intymnemiasto.pl/profile/74LeeSpencer/</a><br>see you.</p> |
|
From: Squishy S. <sp...@ro...> - 2011-12-23 08:11:28
|
<p>Hey there.<br>I was about ready to throw in the towel this helped me get back on my feet these days I stay on top of my game you can pull this off too<br><a href="http://abramedia.in/profile/17KevinBaker/">http://abramedia.in/profile/17KevinBaker/</a><br>bye</p> |
|
From: Christoph B. <ber...@ne...> - 2011-12-13 03:58:30
|
Hi -
I found an failing case for the WebTestCase get method.
Class Odd401Test Extends WebTestCase
function test401()
{
$this->get("http://domain.com/pageRequiringHTTPAuth\r")
}
generates this "fail" message:
"Could not split headers from content"
Note also that the FAIL doesn't point to any particular line number in the
php test file.
Two things seem to be necessary:
1. the url requires HTTP authentication
2. the url ends in a trailing "\r" (carriage return)
I'm running 1.1alpha3 and finding odd behavior. In my case, trimming the
URL solved the problem, but it took a bit of forensics to get there.
Chris Berendes
|
|
From: João H. F. <jo...@gm...> - 2011-12-11 14:20:10
|
Hi, I am testing some ways to do TDD and BDD. It's a long way for me. My question is about how I can use simpletest with behat ( http://docs.behat.org/quick_intro.html). How I can use the asserts and all others things with behat. Somebody try it? Thanks. -- ----------------------------------------------------------- João Henrique Freitas - joaohf_at_gmail.com Campinas-SP-Brasil BSD051283 LPI 1 http://www.joaohfreitas.eti.br |
|
From: <le...@cn...> - 2011-11-06 18:17:51
|
Hello, I'm trying to group tests as described at http://www.simpletest.org/en/group_test_tutorial.html, but it doesn't work. There simply is no addTest() function in the SimpleTest source. Also a different attempt adapted from eclipse_test.php with addtestFile() and run() fails. Is it just a problem with the latest alpha release? If the API has changed, is there an example with the new API? Kind regards Marten |