@@ -22,7 +22,7 @@ protected function resolveApplicationConfiguration($app)
22
22
];
23
23
}
24
24
25
- public function test_register_custom_doctrine_types_on_multiple_database_connections_with_postgres ()
25
+ public function testRegisterCustomDoctrineTypesOnMultipleDatabaseConnectionsWithPostgres ()
26
26
{
27
27
if ($ this ->driver !== 'pgsql ' ) {
28
28
$ this ->markTestSkipped ('Test requires a Postgres connection. ' );
@@ -45,7 +45,7 @@ public function test_register_custom_doctrine_types_on_multiple_database_connect
45
45
);
46
46
}
47
47
48
- public function test_register_custom_doctrine_types_on_multiple_database_connections_with_mysql ()
48
+ public function testRegisterCustomDoctrineTypesOnMultipleDatabaseConnectionsWithMysql ()
49
49
{
50
50
if ($ this ->driver !== 'mysql ' ) {
51
51
$ this ->markTestSkipped ('Test requires a MySQL connection. ' );
@@ -68,7 +68,7 @@ public function test_register_custom_doctrine_types_on_multiple_database_connect
68
68
);
69
69
}
70
70
71
- public function test_rename_column_with_postgres_and_custom_doctrine_type_in_config ()
71
+ public function testRenameColumnWithPostgresAndCustomDoctrineTypeInConfig ()
72
72
{
73
73
if ($ this ->driver !== 'pgsql ' ) {
74
74
$ this ->markTestSkipped ('Test requires a Postgres connection. ' );
@@ -90,7 +90,7 @@ public function test_rename_column_with_postgres_and_custom_doctrine_type_in_con
90
90
$ this ->assertTrue (Schema::hasColumn ('test ' , 'renamed_column ' ));
91
91
}
92
92
93
- public function test_rename_column_with_mysql_and_custom_doctrine_type_in_config ()
93
+ public function testRenameColumnWithMysqlAndCustomDoctrineTypeInConfig ()
94
94
{
95
95
if ($ this ->driver !== 'mysql ' ) {
96
96
$ this ->markTestSkipped ('Test requires a MySQL connection. ' );
0 commit comments