File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/File/FileTest.php, line 151
Class
- FileTest
Namespace
Symfony\Component\HttpFoundation\Tests\File
Code
public function testGetExtension() {
$file = new File(__DIR__ . '/Fixtures/test.gif');
$this
->assertEquals('gif', $file
->getExtension());
}