309. Class

309.1. Zend\Test\PHPUnit\Controller\AbstractConsoleControllerTestCase

309.1.1. Methods

309.1.1.1. assertConsoleOutputContains

assertConsoleOutputContains()

Assert console output contain content (insensible case)

Parameters:string – content that should be contained in matched nodes
Return type:void

309.1.1.2. assertNotConsoleOutputContains

assertNotConsoleOutputContains()

Assert console output not contain content

Parameters:string – content that should be contained in matched nodes
Return type:void

Project Versions

Table Of Contents

Previous topic

308. Class

Next topic

310. Class

This Page