mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 22:28:51 +01:00
🎨 Expected 1 blank line at end of file
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
f4b83e5600
commit
b75a4f3db5
@ -27,4 +27,4 @@ class ProsemirrorEditorAsset extends AssetBundle
|
||||
* @inheritdoc
|
||||
*/
|
||||
public $js = ['humhub-editor.js'];
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ class ModuleEvent extends \yii\base\Event
|
||||
return $this->module;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -27,4 +27,4 @@ class DelegateAccessValidator extends ActionAccessValidator
|
||||
$handler = $this->handler;
|
||||
return $this->owner->$handler($rule, $this);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ use yii\base\InvalidParamException;
|
||||
class DeprecatedPermissionAccessValidator extends PermissionAccessValidator
|
||||
{
|
||||
public $name = 'permissions';
|
||||
}
|
||||
}
|
||||
|
@ -30,4 +30,4 @@ class StrictAccess extends ControllerAccess
|
||||
return $fixed;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -38,4 +38,4 @@ class GUID extends Behavior
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -14,4 +14,4 @@ return [
|
||||
'humhub\assets\JuiBootstrapBridgeAsset'
|
||||
]
|
||||
]
|
||||
];
|
||||
];
|
||||
|
@ -456,4 +456,4 @@ return [
|
||||
'all',
|
||||
],
|
||||
],
|
||||
];
|
||||
];
|
||||
|
@ -51,4 +51,4 @@ return [
|
||||
],
|
||||
]
|
||||
],
|
||||
];
|
||||
];
|
||||
|
@ -45,4 +45,4 @@ class OembedController extends Controller
|
||||
return $this->asJson($result);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class Sort
|
||||
return $arr;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -54,4 +54,4 @@ class UUID
|
||||
return preg_match('/^\{?[0-9a-f]{8}\-?[0-9a-f]{4}\-?[0-9a-f]{4}\-?' . '[0-9a-f]{4}\-?[0-9a-f]{12}\}?$/i', $uuid) === 1;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -91,4 +91,4 @@ class ChooseLanguage extends Model
|
||||
return null;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ class ActivityStreamAction extends ContentContainerStream
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -103,4 +103,3 @@ class ActivityWebRenderer extends LayoutRenderer
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -27,4 +27,4 @@ class StreamController extends ContentContainerController
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
return [];
|
||||
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
|
@ -2,4 +2,4 @@
|
||||
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
];
|
||||
|
@ -92,4 +92,4 @@ class Activity extends WallEntry
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -20,4 +20,4 @@ class Stream extends ActivityStreamViewer
|
||||
parent::init();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -40,4 +40,4 @@ return [
|
||||
]
|
||||
],
|
||||
],
|
||||
];
|
||||
];
|
||||
|
@ -133,4 +133,4 @@ class ApprovalController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -128,4 +128,4 @@ class AuthenticationController extends Controller
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -108,4 +108,4 @@ class PendingRegistrationsController extends Controller
|
||||
'lastname',
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -80,4 +80,4 @@ class PendingRegistrationSearch extends Invite
|
||||
|
||||
return $dataProvider;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -125,4 +125,4 @@ class UserApprovalSearch extends User
|
||||
return Yii::$app->user->getIdentity()->managerGroups;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
|
@ -24,4 +24,3 @@ class DatabaseInfoTest extends Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -22,4 +22,4 @@ class DashboardApproval extends \humhub\components\Widget
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
|
@ -1,2 +1,2 @@
|
||||
<?php
|
||||
return [];
|
||||
return [];
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -69,4 +69,4 @@ class CommentLink extends \yii\base\Widget
|
||||
return Comment::GetCommentCount(get_class($this->object), $this->object->getPrimaryKey());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -50,4 +50,4 @@ class Form extends \yii\base\Widget
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -53,4 +53,4 @@ class ShowMore extends \yii\base\Widget
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -205,4 +205,4 @@ class ContentContainerControllerAccess extends StrictAccess
|
||||
return $this->contentContainer instanceof User;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class ContentContainerPermissionAccess extends PermissionAccessValidator
|
||||
{
|
||||
return parent::verifyPermission($permission, $rule) || $this->contentContainer->can($permission, $rule);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -113,4 +113,4 @@ class UserGroupAccessValidator extends ActionAccessValidator
|
||||
{
|
||||
return Yii::t('error', 'You are not permitted to access this section.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -78,4 +78,4 @@ class MoveController extends ContentContainerController
|
||||
|
||||
return $this->asJson($json);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -31,4 +31,4 @@ class ContentContainerHelper
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -558,4 +558,4 @@ class ContentTag extends ActiveRecord
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -33,4 +33,4 @@ class ContentTagAddition extends ActiveRecord
|
||||
{
|
||||
$this->tag_id = $tag->id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -88,4 +88,4 @@ class ContentTagRelation extends ActiveRecord
|
||||
{
|
||||
$this->tag_id = $tag->id;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -115,4 +115,4 @@ class ContentType extends Model
|
||||
return $this->instance->getIcon();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -58,4 +58,4 @@ interface Movable
|
||||
*/
|
||||
public function afterMove(ContentContainerActiveRecord $container = null);
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -107,4 +107,4 @@ class MoveContentForm extends Model
|
||||
{
|
||||
return $this->content->canMove();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
|
@ -36,4 +36,4 @@ return array(
|
||||
array('id' => '10', 'guid' => 'e0acdc54-13c8-4778-adc1-7302e3243e30', 'object_model' => 'humhub\modules\post\models\Post', 'object_id' => '10', 'visibility' => '1', 'pinned' => '0', 'archived' => '0', 'contentcontainer_id' => 5, 'created_at' => '2014-08-08 05:36:05', 'created_by' => '1', 'updated_at' => '2014-08-08 05:36:05', 'updated_by' => '1', 'stream_channel' => 'default'),
|
||||
array('id' => '11', 'guid' => 'e0acdc54-13c8-4778-adc1-7302e3243e31', 'object_model' => 'humhub\modules\post\models\Post', 'object_id' => '11', 'visibility' => '0', 'pinned' => '0', 'archived' => '0', 'contentcontainer_id' => 5, 'created_at' => '2014-08-08 05:36:05', 'created_by' => '1', 'updated_at' => '2014-08-08 05:36:05', 'updated_by' => '1', 'stream_channel' => 'default'),
|
||||
|
||||
);
|
||||
);
|
||||
|
@ -6,4 +6,4 @@
|
||||
* @license https://www.humhub.com/licences
|
||||
*
|
||||
*/
|
||||
return [];
|
||||
return [];
|
||||
|
@ -6,4 +6,4 @@
|
||||
* @license https://www.humhub.com/licences
|
||||
*
|
||||
*/
|
||||
return [];
|
||||
return [];
|
||||
|
@ -29,4 +29,4 @@ return [
|
||||
['id' => 9, 'guid' => '01e50e0d-82cd-41fc-8b0c-552392f5839g', 'class' => 'humhub\modules\user\models\User', 'pk' => '5', 'owner_user_id' => 5],
|
||||
['id' => 10, 'guid' => '01e50e0d-82cd-41fc-8b0c-552392f5839h', 'class' => 'humhub\modules\user\models\User', 'pk' => '6', 'owner_user_id' => 6],
|
||||
['id' => 11, 'guid' => '01e50e0d-82cd-41fc-8b0c-552392f5839i', 'class' => 'humhub\modules\user\models\User', 'pk' => '7', 'owner_user_id' => 7],
|
||||
];
|
||||
];
|
||||
|
@ -6,4 +6,4 @@
|
||||
* @license https://www.humhub.com/licences
|
||||
*
|
||||
*/
|
||||
return [];
|
||||
return [];
|
||||
|
@ -17,4 +17,4 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*/
|
||||
return [];
|
||||
return [];
|
||||
|
@ -17,4 +17,4 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*/
|
||||
return [];
|
||||
return [];
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
|
@ -427,4 +427,4 @@ class ContentContainerAccessControllerTest extends HumHubDbTestCase
|
||||
]);
|
||||
$this->assertTrue($accessCheck->run());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -256,4 +256,4 @@ class ContentTagTest extends HumHubDbTestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -24,4 +24,4 @@ class ContentTestPermission1 extends BasePermission
|
||||
|
||||
public $id = 'content-test-permission2';
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -24,4 +24,4 @@ class ContentTestPermission2 extends BasePermission
|
||||
|
||||
public $id = 'content-test-permission';
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class TestContent extends Post
|
||||
$this->managePermission = $managePermission;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -24,4 +24,4 @@ use humhub\modules\post\models\Post;
|
||||
class TestContentManagePermission extends ManageContent
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class TestTag extends ContentTag
|
||||
return 'testCategory';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -27,4 +27,4 @@ class TestTagOtherModule extends ContentTag
|
||||
return 'testCategory';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -29,4 +29,4 @@ class TestTagSameModule extends ContentTag
|
||||
return 'testCategory';
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -2,4 +2,4 @@
|
||||
/**
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
*/
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo $content;
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -117,4 +117,4 @@ class ContentTagPicker extends BasePickerField
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -59,4 +59,4 @@ class ContentTypePicker extends MultiSelectField
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -57,4 +57,4 @@ class MoveContentLink extends WallEntryControlLink
|
||||
{
|
||||
return !$this->model->isOwner() && !$this->model->content->container->can(ManageContent::class);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -45,4 +45,4 @@ class VisibilityLink extends \yii\base\Widget
|
||||
'toggleLink' => Url::to(['/content/content/toggle-visibility', 'id' => $content->id])
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -246,4 +246,4 @@ abstract class AbstractRichText extends JsWidget
|
||||
$config['minimal'] = true;
|
||||
return static::output($text, $config);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -251,4 +251,4 @@ class AbstractRichTextEditor extends InputWidget
|
||||
{
|
||||
return ($this->mentioningUrl) ? $this->mentioningUrl : Url::to([$this->mentioningRoute]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -175,4 +175,4 @@ REGEXP;
|
||||
return $hit[0];
|
||||
}, $text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ class HumHubRichTextEditor extends AbstractRichTextEditor
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -43,4 +43,4 @@ class HumHubRichTextProcessor extends AbstractRichTextProcessor
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -267,4 +267,4 @@ class ProsemirrorRichText extends AbstractRichText
|
||||
{
|
||||
return Yii::$app->getModule('content')->settings->get('richtextCompatMode', 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -58,4 +58,4 @@ class ProsemirrorRichTextEditor extends AbstractRichTextEditor
|
||||
'hideInStream' => true
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -49,4 +49,4 @@ class ProsemirrorRichTextProcessor extends AbstractRichTextProcessor
|
||||
|
||||
return $result;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -122,4 +122,4 @@ class RichTextCompatibilityParser
|
||||
}, $text);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/functional/_bootstrap.php'));
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/unit/_bootstrap.php'));
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -26,4 +26,4 @@ class AccessDirectory extends BasePermission
|
||||
{
|
||||
return Yii::t('DirectoryModule.base', 'Can access the directory section.');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -3,4 +3,4 @@
|
||||
* Initialize the HumHub Application for functional testing. The default application configuration for this suite can be overwritten
|
||||
* in @tests/config/functional.php
|
||||
*/
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
require(Yii::getAlias('@humhubTests/codeception/acceptance/_bootstrap.php'));
|
||||
|
@ -1,3 +1,3 @@
|
||||
<?php
|
||||
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
return \tests\codeception\_support\HumHubTestConfiguration::getSuiteConfig('unit');
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user