Sfoglia il codice sorgente

Merge pull request #78 from jpirkey/patch-1

Fixing misnamed method in Unit test.
Jonny Wenmoth 10 anni fa
parent
commit
57a10dad6a

+ 1 - 1
src/JonnyW/PhantomJs/Tests/Unit/Http/CaptureRequestTest.php

@@ -486,7 +486,7 @@ class CaptureRequestTest extends \PHPUnit_Framework_TestCase
      * @access public
      * @access public
      * @return void
      * @return void
      */
      */
-    public function tesNotWritableExceptonIsThrownIfOutputPathIsNotWritable()
+    public function testNotWritableExceptonIsThrownIfOutputPathIsNotWritable()
     {
     {
         $this->setExpectedException('\JonnyW\PhantomJs\Exception\NotWritableException');
         $this->setExpectedException('\JonnyW\PhantomJs\Exception\NotWritableException');