You are here

public function StringTest::testGetIsMbStringEnabled in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/StringTest.php \StringTest::testGetIsMbStringEnabled()

File

vendor/phpoffice/phpexcel/unitTests/Classes/PHPExcel/Shared/StringTest.php, line 17

Class

StringTest

Code

public function testGetIsMbStringEnabled() {
  $result = call_user_func(array(
    'PHPExcel_Shared_String',
    'getIsMbstringEnabled',
  ));
  $this
    ->assertTrue($result);
}