Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Namespaces | Data Structures
Magento\TestFramework Namespace Reference

Namespaces

 Annotation
 
 Api
 
 App
 
 Assert
 
 Authentication
 
 Backend
 
 Bootstrap
 
 CodingStandard
 
 Db
 
 Dependency
 
 Deploy
 
 ErrorLog
 
 Event
 
 Helper
 
 Indexer
 
 Inspection
 
 Integrity
 
 Interception
 
 Isolation
 
 Listener
 
 Mail
 
 MessageQueue
 
 ObjectManager
 
 Profiler
 
 Store
 
 Test
 
 TestCase
 
 Utility
 
 View
 
 Workaround
 

Data Structures

class  Application
 
class  Bootstrap
 
class  Config
 
class  CookieManager
 
class  Entity
 
class  EventManager
 
class  MemoryLimit
 
class  ObjectManager
 
class  ObjectManagerFactory
 
class  Request
 
class  Response
 
class  SetupApplication
 
class  WebApiApplication
 

Detailed Description

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Bootstrap for the integration testing environment

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Replacement for PhpCookieManager model that doesn't send cookie headers in testing environment

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.Basic implementation of the message exchange mechanism known as pub/sub messaging pattern. Terminology deviations: event - message event manager - message publisher fire event - publish message event subscriber - message subscriber

A tool for limiting allowed memory usage and memory leaks

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.HTTP response implementation that is used instead core one for testing