]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/BaseObjectTest.php
Merge pull request #7996 from annando/poco-cleanup
[friendica.git] / tests / src / BaseObjectTest.php
index cb980b47e90698639f71a1381ba7c19b046e2db5..6935214527ef2a3b40a0a17656a17c1e12cba77b 100644 (file)
@@ -23,20 +23,6 @@ class BaseObjectTest extends TestCase
         */
        private $baseObject;
 
-       /**
-        * Test the setApp() and getApp() function.
-        * @return void
-        */
-       public function testGetSetApp()
-       {
-               $baseObject = new BaseObject();
-               $this->setUpVfsDir();
-               $this->mockApp($this->root);
-
-               $baseObject->setApp($this->app);
-               $this->assertEquals($this->app, $baseObject->getApp());
-       }
-
        /**
         * Test the getApp() function without App
         * @expectedException Friendica\Network\HTTPException\InternalServerErrorException