Skip to content

Instantly share code, notes, and snippets.

@luukverhoeven
Created April 1, 2019 20:52
Show Gist options
  • Save luukverhoeven/11c64cf143c749d26f27ec040d3820f0 to your computer and use it in GitHub Desktop.
Save luukverhoeven/11c64cf143c749d26f27ec040d3820f0 to your computer and use it in GitHub Desktop.
<?php
// Temp
foreach(range(24,300) as $i){
$backend = new tool_generator_course_backend(
'DUMMY' . $i,
0,
false,
false,
false,
'DUMMY' . $i,
'Rerum vero debitis sed officia quia. Tempora beatae et ipsam tempore debitis. Ut molestiae veritatis ut autem corrupti magnam ipsum.',
FORMAT_HTML
);
$id = $backend->make();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment