ArticleQueryTest
extends BaseTest
in package
Copyright 2016 LeadCommerce.
Tags
Table of Contents
- $mockClient : ShopwareClient
- $mockHandler : MockHandler
- $query : ArticleQuery
- getMockClient() : ShopwareClient
- getQuery() : ArticleQuery
- Gets the query to test.
- it_handles_nested_attribute_object() : mixed
- it_handles_nested_main_detail_attribute_object() : mixed
- it_handles_nested_main_detail_object() : mixed
- testCreate() : mixed
- testDelete() : mixed
- testDeleteBatch() : mixed
- testFindAll() : mixed
- testFindByParams() : mixed
- testFindOne() : mixed
- testUpdate() : mixed
- testUpdateBatch() : mixed
Properties
$mockClient
protected
ShopwareClient
$mockClient
= null
$mockHandler
protected
MockHandler
$mockHandler
$query
private
ArticleQuery
$query
Methods
getMockClient()
public
getMockClient() : ShopwareClient
Return values
ShopwareClient —getQuery()
Gets the query to test.
public
getQuery() : ArticleQuery
Return values
ArticleQuery —it_handles_nested_attribute_object()
public
it_handles_nested_attribute_object() : mixed
Tags
Return values
mixed —it_handles_nested_main_detail_attribute_object()
public
it_handles_nested_main_detail_attribute_object() : mixed
Tags
Return values
mixed —it_handles_nested_main_detail_object()
public
it_handles_nested_main_detail_object() : mixed
Tags
Return values
mixed —testCreate()
public
testCreate() : mixed
Return values
mixed —testDelete()
public
testDelete() : mixed
Return values
mixed —testDeleteBatch()
public
testDeleteBatch() : mixed
Return values
mixed —testFindAll()
public
testFindAll() : mixed
Return values
mixed —testFindByParams()
public
testFindByParams() : mixed
Return values
mixed —testFindOne()
public
testFindOne() : mixed
Return values
mixed —testUpdate()
public
testUpdate() : mixed
Return values
mixed —testUpdateBatch()
public
testUpdateBatch() : mixed