Author: Kris.Wallsmith
Date: 2010-02-10 20:46:03 +0100 (Wed, 10 Feb 2010)
New Revision: 27845

Modified:
   branches/1.3/lib/test/sfTestFunctionalBase.class.php
   branches/1.3/lib/test/sfTesterRequest.class.php
   branches/1.4/lib/test/sfTestFunctionalBase.class.php
   branches/1.4/lib/test/sfTesterRequest.class.php
Log:
[1.3, 1.4] fixed typos (closes #8248, #8249, thanks richsage)

Modified: branches/1.3/lib/test/sfTestFunctionalBase.class.php
===================================================================
--- branches/1.3/lib/test/sfTestFunctionalBase.class.php        2010-02-10 
19:44:03 UTC (rev 27844)
+++ branches/1.3/lib/test/sfTestFunctionalBase.class.php        2010-02-10 
19:46:03 UTC (rev 27845)
@@ -108,7 +108,7 @@
   {
     if (null === $this->blockTester)
     {
-      throw new LogicException(sprintf('There is not current tester block to 
end.'));
+      throw new LogicException(sprintf('There is no current tester block to 
end.'));
     }
 
     $this->blockTester = null;

Modified: branches/1.3/lib/test/sfTesterRequest.class.php
===================================================================
--- branches/1.3/lib/test/sfTesterRequest.class.php     2010-02-10 19:44:03 UTC 
(rev 27844)
+++ branches/1.3/lib/test/sfTesterRequest.class.php     2010-02-10 19:46:03 UTC 
(rev 27845)
@@ -92,7 +92,7 @@
     {
       if ($exists)
       {
-        $this->tester->fail(sprintf('cookie "%s" exist.', $name));
+        $this->tester->fail(sprintf('cookie "%s" exists.', $name));
       }
       else
       {

Modified: branches/1.4/lib/test/sfTestFunctionalBase.class.php
===================================================================
--- branches/1.4/lib/test/sfTestFunctionalBase.class.php        2010-02-10 
19:44:03 UTC (rev 27844)
+++ branches/1.4/lib/test/sfTestFunctionalBase.class.php        2010-02-10 
19:46:03 UTC (rev 27845)
@@ -108,7 +108,7 @@
   {
     if (null === $this->blockTester)
     {
-      throw new LogicException(sprintf('There is not current tester block to 
end.'));
+      throw new LogicException(sprintf('There is no current tester block to 
end.'));
     }
 
     $this->blockTester = null;

Modified: branches/1.4/lib/test/sfTesterRequest.class.php
===================================================================
--- branches/1.4/lib/test/sfTesterRequest.class.php     2010-02-10 19:44:03 UTC 
(rev 27844)
+++ branches/1.4/lib/test/sfTesterRequest.class.php     2010-02-10 19:46:03 UTC 
(rev 27845)
@@ -92,7 +92,7 @@
     {
       if ($exists)
       {
-        $this->tester->fail(sprintf('cookie "%s" exist.', $name));
+        $this->tester->fail(sprintf('cookie "%s" exists.', $name));
       }
       else
       {

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to