Merge "Fix i18n message tog-watchlistunwatchlinks"
[lhc/web/wiklou.git] / tests / integration / includes / shell / FirejailCommandTest.php
index 598c715..1e008ee 100644 (file)
@@ -7,9 +7,12 @@ use MediaWiki\Shell\Shell;
  * Integration tests to ensure that firejail actually prevents execution.
  * Meant to run on vagrant, although will probably work on other setups
  * as long as firejail and sudo has similar config.
+ *
+ * @group large
  * @group Shell
+ * @covers FirejailCommand
  */
-class FirejailCommandIntegrationTest extends PHPUnit_Framework_TestCase {
+class FirejailCommandIntegrationTest extends PHPUnit\Framework\TestCase {
 
        public function setUp() {
                parent::setUp();