Fix tests
This commit is contained in:
17
backend/app/plugins/wiaas/tests/wiaas-unit-test-factory.php
Normal file
17
backend/app/plugins/wiaas/tests/wiaas-unit-test-factory.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
class Wiaas_Unit_Test_Factory {
|
||||
|
||||
//
|
||||
public $product;
|
||||
|
||||
//
|
||||
public $package;
|
||||
|
||||
//
|
||||
public $organization;
|
||||
|
||||
function __construct() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user