We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2cda99 commit 7a579d8Copy full SHA for 7a579d8
1 file changed
solid/tests/Integration/AppTest.php
@@ -12,7 +12,6 @@
12
* against the database
13
*/
14
class AppTest extends TestCase {
15
-
16
private $container;
17
18
public function setUp() {
@@ -25,5 +24,4 @@ public function testAppInstalled() {
25
24
$appManager = $this->container->query('OCP\App\IAppManager');
26
$this->assertTrue($appManager->isInstalled('solid'));
27
}
28
29
0 commit comments