mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed deprecated has_extension() usage
This commit is contained in:
parent
0a9f3b75a9
commit
a44e06992a
@ -36,7 +36,7 @@ class FulltextSearchableTest extends SapphireTest {
|
|||||||
// TODO This shouldn't need all arguments included
|
// TODO This shouldn't need all arguments included
|
||||||
File::remove_extension('FulltextSearchable(\'"Filename","Title","Content"\')');
|
File::remove_extension('FulltextSearchable(\'"Filename","Title","Content"\')');
|
||||||
|
|
||||||
$this->assertFalse(File::has_extension('File', 'FulltextSearchable'));
|
$this->assertFalse(File::has_extension('FulltextSearchable'));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user