mirror of
https://github.com/humhub/humhub.git
synced 2025-01-18 06:38:14 +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
@ -103,4 +103,3 @@ class ActivityWebRenderer extends LayoutRenderer
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
return [];
|
||||
|
||||
|
@ -24,4 +24,3 @@ class DatabaseInfoTest extends Unit
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo $content;
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -11,6 +11,3 @@ return [
|
||||
'default',
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -5,6 +5,3 @@ return [
|
||||
'default'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -4,6 +4,3 @@ return [
|
||||
'fixtures' => ['default',
|
||||
'notification' => \humhub\modules\notification\tests\codeception\fixtures\TestNotificationFixture::class]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -6,6 +6,3 @@ return [
|
||||
'humhub\modules\post\tests\codeception\fixtures\PostFixture'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -335,4 +335,3 @@ class Membership extends ActiveRecord
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -74,4 +74,3 @@ class Setting
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
@ -23,4 +23,3 @@ return array(
|
||||
array('id' => '3', 'guid' => '5396d499-20d6-4233-800b-c6c86e5fa34c', 'name' => 'Space 3', 'contentcontainer_id' => '6', 'description' => 'Another User 1 Space', 'join_policy' => '2', 'visibility' => '2', 'status' => '1', 'tags' => NULL, 'created_at' => '2014-08-08 05:36:04', 'created_by' => '1', 'updated_at' => '2014-08-08 05:36:04', 'updated_by' => '2', 'ldap_dn' => NULL, 'auto_add_new_members' => '1'),
|
||||
array('id' => '4', 'guid' => '5396d499-20d6-4233-800b-c6c86e5fa34d', 'name' => 'Space 4', 'contentcontainer_id' => '7', 'description' => 'User 1/2 Space', 'join_policy' => '2', 'visibility' => '2', 'status' => '1', 'tags' => NULL, 'created_at' => '2014-08-08 05:36:04', 'created_by' => '1', 'updated_at' => '2014-08-08 05:36:04', 'updated_by' => '2', 'ldap_dn' => NULL, 'auto_add_new_members' => '1')
|
||||
);
|
||||
|
||||
|
@ -7,4 +7,3 @@
|
||||
*
|
||||
*/
|
||||
return [];
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
return [
|
||||
'fixtures' => ['default']
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -7,6 +7,3 @@ return [
|
||||
'user_mentioning' => 'humhub\modules\user\tests\codeception\fixtures\UserMentioningFixture'
|
||||
]
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
@ -117,4 +117,3 @@ class PermissionGridEditor extends GridView
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -35,5 +35,3 @@ return yii\helpers\ArrayHelper::merge(
|
||||
// Acceptance Test Config
|
||||
$testConfig
|
||||
);
|
||||
|
||||
|
||||
|
@ -29,4 +29,3 @@ return yii\helpers\ArrayHelper::merge(
|
||||
// Unit Test Config
|
||||
$testConfig
|
||||
);
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo 'SpecialView';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo '<div>'.$title.'</div>';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo '<h1>'.$title.'</h1>';
|
||||
|
||||
|
@ -1,3 +1,2 @@
|
||||
<?php
|
||||
echo '<div>TestLayout:'.$content.'</div>';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo '<h1>MailView:'.$title.'</h1>';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo 'TextView:'.$title;
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo '<h1>ParentView:'.$title.'</h1>';
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
<?php
|
||||
|
||||
echo '<h1>ParentView2:'.$title.'</h1>';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user