You are here

function D3InfoHandlerTest::testLibraryInfoController in d3.js 7

Test setting a library, and getting basic values.

File

tests/d3_info_handler.test, line 53

Class

D3InfoHandlerTest
Tests the library info handlers.

Code

function testLibraryInfoController() {
  $this->controller
    ->setLibrary($this->library);
  $this
    ->assertEqual('simpletest_test_library', $this->controller
    ->machineName());
}