Test_Import::test_constructor()
Test the class initialization
Source
File: tests/test-import.php
public function test_constructor() { // Replace this with some actual testing code. $this->assertTrue( method_exists ( $this->importer->recipe_api , 'add' ) ); }
Expand full source code Collapse full source code View on Github