|
From: Mark R. <ma...@co...> - 2008-10-21 18:30:04
|
Hi Douglas, > Can describe this process or point me details. I am not familiar with > simpletest extensions at all. There's no 'formal' extension mechanism, basically it's just loosely coupled classes that interact with the extensible parts of the core. If you look in /extensions/ you'll see the existing code that is bundled - the format is: /ext_name.php <-- hook class to include /ext_name/ <-- supporting package files /ext_name/tests/ <-- unit tests for the individual package some of the older and smaller extensions are just a single PHP file though. Regards, Mark |