Class Horde_Test_Log
Provides utilities to test for log output.
Copyright 2011-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- PHPUnit_Framework_TestCase
- Horde_Test_Case
- Horde_Test_Log
Package: Test
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Since: Horde_Test 1.1.0
Link: http://www.horde.org/components/Horde_Test
Located at Horde/Test/Log.php
Category: Horde
License: LGPL
Author: Gunnar Wrobel wrobel@pardus.de
Since: Horde_Test 1.1.0
Link: http://www.horde.org/components/Horde_Test
Located at Horde/Test/Log.php
public
Horde_Log_Logger
|
|
public
Horde_Log_Logger
|
|
public
Horde_Log_Logger
|
#
assertLogContains( string $message )
Asserts that the log contains at least one message matching the provided string. |
public
Horde_Log_Logger
|
#
assertLogRegExp( string $regular_expression )
Asserts that the log contains at least one message matching the provided regular_expression. |
getConfig(),
getMockSkipConstructor()
|