LLMS_View_Manager::test_get_views()
Test get_views() method
Contents
Return Return
(void)
Source Source
File: includes/class.llms.view.manager.php
public function test_get_views() { $this->assertEquals( array( 'self', 'visitor', 'student' ), array_keys( LLMS_Unit_Test_Util::call_method( $this->main, 'get_views' ) ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
4.16.0 | Introduced. |