Lines:
1 to 16 of 16
<?php /* class WP_UnitTest_Factory_For_Thing */ /* function WP_UnitTest_Factory_For_Thing::__construct() – Creates a new factory, which will create objects of a specific Thing */ /* function WP_UnitTest_Factory_For_Thing::create_object() – Creates an object. */ /* function WP_UnitTest_Factory_For_Thing::update_object() – Updates an existing object. */ /* function WP_UnitTest_Factory_For_Thing::create() – Creates an object. */ /* function WP_UnitTest_Factory_For_Thing::create_and_get() – Creates an object and returns its object. */ /* function WP_UnitTest_Factory_For_Thing::get_object_by_id() – Retrieves an object by ID. */ /* function WP_UnitTest_Factory_For_Thing::create_many() – Creates multiple objects. */ /* function WP_UnitTest_Factory_For_Thing::generate_args() – Combines the given argument with the generation_definitions (defaults) and applies possibly set callbacks on it. */ /* function WP_UnitTest_Factory_For_Thing::apply_callbacks() – Applies the callbacks on the created object. */ /* function WP_UnitTest_Factory_For_Thing::callback() – Instantiates a callback objects for the given function name. */ /* function WP_UnitTest_Factory_For_Thing::addslashes_deep() – Adds slashes to the given value. */