- copy over /index.php into /autoloading_test.php
- in /autoloading_test.php file: replace all code that comes after $application->Init(); line with:
$column_set = new ColumnSet(array( 'order' => array(), 'hidden_fields' => array(), 'titles' => array(), 'widths' => array(), )); $ckeditor = new CKEditor();
- open /autoloading_test.php file from CLI or Web
- confirm, that class instances were created and no error happened