I want to add test coverage to a method inside a PHP class which invokes a PHP-built-in method. To be able to mock copy(), I had to create a wrapper class.
copy()