File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,11 +72,11 @@ function model_with_custom_schema()
72
72
ModelWithCustomSchema::count ();
73
73
$ connectionBuilder = ModelWithCustomSchema::resolveConnection ()->getSchemaBuilder ();
74
74
$ this ->assertEquals (
75
- function_exists (laravel_version_compare::class ) && laravel_version_compare ('11.0.0 ' , '>= ' ) ? 'varchar ' : 'string ' ,
75
+ function_exists (' \Orchestra\Testbench\ laravel_version_compare' ) && laravel_version_compare ('11.0.0 ' , '>= ' ) ? 'varchar ' : 'string ' ,
76
76
$ connectionBuilder ->getColumnType ('model_with_custom_schemas ' , 'float ' )
77
77
);
78
78
$ this ->assertEquals (
79
- function_exists (laravel_version_compare::class ) && laravel_version_compare ('11.0.0 ' , '>= ' ) ? 'varchar ' : 'string ' ,
79
+ function_exists (' \Orchestra\Testbench\ laravel_version_compare' ) && laravel_version_compare ('11.0.0 ' , '>= ' ) ? 'varchar ' : 'string ' ,
80
80
$ connectionBuilder ->getColumnType ('model_with_custom_schemas ' , 'string ' )
81
81
);
82
82
}
You can’t perform that action at this time.
0 commit comments