Created
April 1, 2019 20:52
-
-
Save luukverhoeven/11c64cf143c749d26f27ec040d3820f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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