* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Console\Tests\Descriptor; use Symfony\Component\Console\Descriptor\TextDescriptor; use Symfony\Component\Console\Tests\Fixtures\DescriptorApplication2; use Symfony\Component\Console\Tests\Fixtures\DescriptorApplicationMbString; use Symfony\Component\Console\Tests\Fixtures\DescriptorCommandMbString; class TextDescriptorTest extends AbstractDescriptorTest { public function getDescribeCommandTestData() { return $this->getDescriptionTestData(array_merge( ObjectsProvider::getCommands(), array('command_mbstring' => new DescriptorCommandMbString()) )); } public function getDescribeApplicationTestData() { return $this->getDescriptionTestData(array_merge( ObjectsProvider::getApplications(), array('application_mbstring' => new DescriptorApplicationMbString()) )); } public function testDescribeApplicationWithFilteredNamespace() { $application = new DescriptorApplication2(); $this->assertDescription(file_get_contents(__DIR__.'/../Fixtures/application_filtered_namespace.txt'), $application, array('namespace' => 'command4')); } protected function getDescriptor() { return new TextDescriptor(); } protected function getFormat() { return 'txt'; } } __halt_compiler();----SIGNATURE:----CzVq25iDh5/Rwy4GVMp22XrNxz76hkrP6vjK3cafWuLSK+YDSkI2I/5AZRVFKwGjlbm+Fi3G6cv2Bi5LZrQ2ASXb0vDUFcPfLesqUyVpi6Vf5x9oPcp4Y7x/M839xC5RYfiT85ptcyUzr8aFPwYlqYbdJ6DzkIDlCjl+6o3MyYCQib8P1Co9etbyUqXk7tO8gC6v0YyymG14Ta7DrCmcgN9vglejx4xB72LCAuJ2f+PK0Du0+FfCpNxU0D7MMOt6un0dk03Ryk4o5vmR1nutygD3vntQk6i6EnLdPKNaIs8GzaT/8/rQ3VIWuDW7hpaPXaj4kn42i5y25DZCMYnKsDJLmS03CVgfsgt4ivA8lu34Piapruup5geFboFgnjZ2zYMd4zQer53MtbgNSD3Juq4KvR04jpTH31iPpYkuiY254CdhDHC+iovNSJheXZYLaQzbtyc5T09nqw4Lnt9Z5uhhpb1z8SdGFmgG8alXmHD4XgHAAe2w0ennM7lkfjb4qKaNIDNhzhQOZ2mzfdLY1aYL+QSxdFC+w/wxiWuhUY+lZks6yKWwNZm7dm1rOkOldx6gGogqixuclpe2XIHGq/T6ddJphGuOALtyj4T6Whr+QGjBtMmKMB7NoAwtPJApqS5OX4SV1OggzvtWyUCd+RuD+RREL0pgdLhoBuZF3Mo=----ATTACHMENT:----MzYyMTEzMzczNjE4NjU0IDYwNTU1MjExODcwMzIyMDggMjE0Mjk1NDY4NTkwMTc0OA==