1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-13 03:45:22 +01:00

[Tests] Updating the class attribute of the test XML service description

This commit is contained in:
Michael Dowling 2011-03-21 23:05:00 -05:00
parent 0d8387dbba
commit 43f3b213f2

View File

@ -5,7 +5,7 @@
<!-- Uses the Guzzle\Tests\Common\Mock\MockFilter class when a custom_filter type is used -->
<type name="custom_filter" class="Guzzle.Tests.Common.Mock.MockFilter" />
<!-- Adds a shortcut for a RegEx filter -->
<type name="slug" class="Guzzle.Common.InspectorFilter.Regex" default_args="/[0-9a-zA-z_\-]+/" />
<type name="slug" class="Guzzle.Common.InspectorFilter.Regex" default="/[0-9a-zA-z_\-]+/" />
</types>
<!-- Add commands to the service -->