You are here

public static function PHPExcelTest::getInfo in PHPExcel 7.3

Same name and namespace in other branches
  1. 8.3 tests/phpexcel.test \PHPExcelTest::getInfo()
  2. 6.2 tests/phpexcel.test \PHPExcelTest::getInfo()
  3. 6 tests/phpexcel.test \PHPExcelTest::getInfo()
  4. 7.2 tests/phpexcel.test \PHPExcelTest::getInfo()

File

tests/phpexcel.test, line 13
Defines the test case for phpexcel

Class

PHPExcelTest
@file Defines the test case for phpexcel

Code

public static function getInfo() {
  return array(
    'name' => 'PHPExcel',
    'description' => 'Test the module API functions',
    'group' => 'PHPExcel',
  );
}