Newlines [skip ci]

This commit is contained in:
James Cole
2015-06-14 11:22:41 +02:00
parent 0de1242c83
commit ce5b20027e
5 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@ class DatabaseSeeder extends Seeder
$this->call('TransactionTypeSeeder'); $this->call('TransactionTypeSeeder');
$this->call('PermissionSeeder'); $this->call('PermissionSeeder');
if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'vagrant-firefly-iii') { if (App::environment() == 'testing' || App::environment() == 'homestead' || gethostname() == 'lightning') {
$this->call('TestDataSeeder'); $this->call('TestDataSeeder');
} }
} }

View File

@@ -56,4 +56,4 @@
</script> </script>
</body> </body>
</html> </html>

View File

@@ -16,4 +16,4 @@ Password reset:
Documentation: Documentation:
https://github.com/JC5/firefly-iii/wiki/First-use https://github.com/JC5/firefly-iii/wiki/First-use
https://github.com/JC5/firefly-iii/wiki/full-description https://github.com/JC5/firefly-iii/wiki/full-description

View File

@@ -93,4 +93,4 @@
Nieuwe andere dingen Nieuwe andere dingen
</p> </p>
</div> </div>
</div> </div>

View File

@@ -199,4 +199,4 @@ class ExpandedFormTest extends TestCase
$this->assertTrue(str_contains($result, 'Pillow fight!')); $this->assertTrue(str_contains($result, 'Pillow fight!'));
$this->assertTrue(str_contains($result, 'abcde_holder')); $this->assertTrue(str_contains($result, 'abcde_holder'));
} }
} }