🎨 Expected 1 blank line at end of file

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2018-07-04 21:09:30 +02:00
parent f4b83e5600
commit b75a4f3db5
231 changed files with 200 additions and 256 deletions

View File

@ -103,4 +103,3 @@ class ActivityWebRenderer extends LayoutRenderer
}
}

View File

@ -24,4 +24,3 @@ class DatabaseInfoTest extends Unit
}
}
}

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -11,6 +11,3 @@ return [
'default',
]
];

View File

@ -5,6 +5,3 @@ return [
'default'
]
];

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -4,6 +4,3 @@ return [
'fixtures' => ['default',
'notification' => \humhub\modules\notification\tests\codeception\fixtures\TestNotificationFixture::class]
];

View File

@ -6,6 +6,3 @@ return [
'humhub\modules\post\tests\codeception\fixtures\PostFixture'
]
];

View File

@ -335,4 +335,3 @@ class Membership extends ActiveRecord
}
}

View File

@ -74,4 +74,3 @@ class Setting
}
}

View File

@ -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')
);

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -3,6 +3,3 @@
return [
'fixtures' => ['default']
];

View File

@ -7,6 +7,3 @@ return [
'user_mentioning' => 'humhub\modules\user\tests\codeception\fixtures\UserMentioningFixture'
]
];

View File

@ -117,4 +117,3 @@ class PermissionGridEditor extends GridView
}
}

View File

@ -35,5 +35,3 @@ return yii\helpers\ArrayHelper::merge(
// Acceptance Test Config
$testConfig
);

View File

@ -29,4 +29,3 @@ return yii\helpers\ArrayHelper::merge(
// Unit Test Config
$testConfig
);

View File

@ -1,4 +1,3 @@
<?php
echo '<div>'.$title.'</div>';

View File

@ -1,4 +1,3 @@
<?php
echo '<h1>'.$title.'</h1>';

View File

@ -1,3 +1,2 @@
<?php
echo '<div>TestLayout:'.$content.'</div>';

View File

@ -1,4 +1,3 @@
<?php
echo '<h1>MailView:'.$title.'</h1>';

View File

@ -1,4 +1,3 @@
<?php
echo '<h1>ParentView:'.$title.'</h1>';

View File

@ -1,4 +1,3 @@
<?php
echo '<h1>ParentView2:'.$title.'</h1>';