Skip to content

Commit

Permalink
BBCode -> Bbcode
Browse files Browse the repository at this point in the history
- Switch from acronym to mixed case
  • Loading branch information
weierophinney committed Aug 5, 2010
1 parent 2793bf9 commit 922afa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -39,7 +39,7 @@
* @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/
class BBCode implements Parser
class Bbcode implements Parser
{
const NEWLINE = "[newline\0]";

Expand Down
2 changes: 1 addition & 1 deletion tests/Zend/Markup/BBCodeAndHTMLTest.php
Expand Up @@ -55,7 +55,7 @@ class BbcodeAndHtmlTest extends \PHPUnit_Framework_TestCase
*/
public function setUp()
{
$this->_markup = \Zend\Markup\Markup::factory('BBCode', 'HTML');
$this->_markup = \Zend\Markup\Markup::factory('Bbcode', 'HTML');
}

/**
Expand Down

0 comments on commit 922afa9

Please sign in to comment.