negativo amigo, un ejemplo que siempre me pasa, al comenzar un proyecto hice bin/vendors install y perfecto, descargo todos los habituales mas datafixtures de doctrine, luego a mitad de desarrollo me di cuenta que necesitaba un bundle para agrega un captcha al formulario de registro de usuario, agregue en el deps las lineas que me dice la documentación del bundle y ejecuto bin/vendors install y me sale esto, bueno lo que pude copiar de la consola, notese que al final de la lista me dice esto "symfony" has local modifications. Please revert or commit/push them before running this command again. Luego si lo corro con --reinstall y si funciona todo pero descarga todo de nuevo y eso es una perdida de tiempo considerable.
////
/////
//////
M tests/Symfony/Tests/Component/Finder/Iterator/FileTypeFilterIteratorTest.php
M tests/Symfony/Tests/Component/Finder/Iterator/FilenameFilterIteratorTest.php
M tests/Symfony/Tests/Component/Finder/Iterator/Iterator.php
M tests/Symfony/Tests/Component/Finder/Iterator/IteratorTestCase.php
M tests/Symfony/Tests/Component/Finder/Iterator/RealIteratorTestCase.php
M tests/Symfony/Tests/Component/Finder/Iterator/SizeRangeFilterIteratorTest.php
M tests/Symfony/Tests/Component/Finder/Iterator/SortableIteratorTest.php
M tests/Symfony/Tests/Component/Form/AbstractDivLayoutTest.php
M tests/Symfony/Tests/Component/Form/AbstractExtensionTest.php
M tests/Symfony/Tests/Component/Form/AbstractLayoutTest.php
M tests/Symfony/Tests/Component/Form/AbstractTableLayoutTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/ArrayChoiceListTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/MonthChoiceListTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/ChoiceList/PaddedChoiceListTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataMapper/PropertyPathMapperTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ArrayToChoicesTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DataTransformerChainTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeTestCase.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/LocalizedTestCase.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ScalarToChoiceTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/FixRadioInputListenerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/FixUrlProtocolListenerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/Fixtures/randomhash
M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/ResizeFormListenerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/EventListener/TrimListenerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/CheckboxTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/ChoiceTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/CollectionTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/CountryTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/DateTimeTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/DateTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/FieldTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/FileTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/FormTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/IntegerTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/LanguageTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/LocaleTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/LocalizedTestCase.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/MoneyTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/NumberTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/PasswordTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/RadioTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/RepeatedTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/TimeTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/TimezoneTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/TypeTestCase.php
M tests/Symfony/Tests/Component/Form/Extension/Core/Type/UrlTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProviderTest.php
M tests/Symfony/Tests/Component/Form/Extension/Csrf/CsrfProvider/SessionCsrfProviderTest.php
M tests/Symfony/Tests/Component/Form/Extension/Csrf/EventListener/EnsureCsrfFieldListenerTest.php
M tests/Symfony/Tests/Component/Form/Extension/Csrf/Type/CsrfTypeTest.php
M tests/Symfony/Tests/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php
M tests/Symfony/Tests/Component/Form/Extension/Csrf/Type/TypeTestCase.php
M tests/Symfony/Tests/Component/Form/Extension/Validator/Type/FieldTypeValidatorExtensionTest.php
M tests/Symfony/Tests/Component/Form/Extension/Validator/Type/TypeTestCase.php
M tests/Symfony/Tests/Component/Form/Extension/Validator/Validator/DelegatingValidatorTest.php
M tests/Symfony/Tests/Component/Form/Fixtures/Author.php
M tests/Symfony/Tests/Component/Form/Fixtures/FixedDataTransformer.php
M tests/Symfony/Tests/Component/Form/Fixtures/FixedFilterListener.php
M tests/Symfony/Tests/Component/Form/Fixtures/FooType.php
M tests/Symfony/Tests/Component/Form/Fixtures/FooTypeBarExtension.php
M tests/Symfony/Tests/Component/Form/Fixtures/FooTypeBazExtension.php
M tests/Symfony/Tests/Component/Form/Fixtures/Magician.php
M tests/Symfony/Tests/Component/Form/Fixtures/TestExtension.php
M tests/Symfony/Tests/Component/Form/Fixtures/foo
M tests/Symfony/Tests/Component/Form/FormBuilderTest.php
M tests/Symfony/Tests/Component/Form/FormFactoryTest.php
M tests/Symfony/Tests/Component/Form/FormInterface.php
M tests/Symfony/Tests/Component/Form/FormTest.php
M tests/Symfony/Tests/Component/Form/Guess/GuessTest.php
M tests/Symfony/Tests/Component/Form/PropertyPathTest.php
M tests/Symfony/Tests/Component/Form/Util/FormUtilTest.php
M tests/Symfony/Tests/Component/HttpFoundation/ApacheRequestTest.php
M tests/Symfony/Tests/Component/HttpFoundation/CookieTest.php
M tests/Symfony/Tests/Component/HttpFoundation/File/FileTest.php
M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/.unknownextension
M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/directory/.empty
M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/test
M tests/Symfony/Tests/Component/HttpFoundation/File/Fixtures/test.gif
M tests/Symfony/Tests/Component/HttpFoundation/File/MimeType/MimeTypeTest.php
M tests/Symfony/Tests/Component/HttpFoundation/File/UploadedFileTest.php
M tests/Symfony/Tests/Component/HttpFoundation/FileBagTest.php
M tests/Symfony/Tests/Component/HttpFoundation/HeaderBagTest.php
M tests/Symfony/Tests/Component/HttpFoundation/ParameterBagTest.php
M tests/Symfony/Tests/Component/HttpFoundation/RequestMatcherTest.php
M tests/Symfony/Tests/Component/HttpFoundation/RequestTest.php
M tests/Symfony/Tests/Component/HttpFoundation/ResponseHeaderBagTest.php
M tests/Symfony/Tests/Component/HttpFoundation/ResponseTest.php
M tests/Symfony/Tests/Component/HttpFoundation/ServerBagTest.php
M tests/Symfony/Tests/Component/HttpFoundation/SessionStorage/FilesystemSessionStorageTest.php
M tests/Symfony/Tests/Component/HttpFoundation/SessionStorage/PdoSessionStorageTest.php
M tests/Symfony/Tests/Component/HttpFoundation/SessionTest.php
M tests/Symfony/Tests/Component/HttpKernel/Bundle/BundleTest.php
M tests/Symfony/Tests/Component/HttpKernel/CacheWarmer/CacheWarmerAggregateTest.php
M tests/Symfony/Tests/Component/HttpKernel/CacheWarmer/CacheWarmerTest.php
M tests/Symfony/Tests/Component/HttpKernel/ClientTest.php
M tests/Symfony/Tests/Component/HttpKernel/Controller/ControllerResolverTest.php
M tests/Symfony/Tests/Component/HttpKernel/DataCollector/ConfigDataCollectorTest.php
M tests/Symfony/Tests/Component/HttpKernel/DataCollector/EventDataCollectorTest.php
M tests/Symfony/Tests/Component/HttpKernel/DataCollector/ExceptionDataCollectorTest.php
M tests/Symfony/Tests/Component/HttpKernel/DataCollector/LoggerDataCollectorTest.php
M tests/Symfony/Tests/Component/HttpKernel/DataCollector/MemoryDataCollectorTest.php
M tests/Symfony/Tests/Component/HttpKernel/DataCollector/RequestDataCollectorTest.php
M tests/Symfony/Tests/Component/HttpKernel/Debug/ErrorHandlerTest.php
M tests/Symfony/Tests/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPassTest.php
M tests/Symfony/Tests/Component/HttpKernel/EventListener/EsiListenerTest.php
M tests/Symfony/Tests/Component/HttpKernel/EventListener/ExceptionListenerTest.php
M tests/Symfony/Tests/Component/HttpKernel/EventListener/ResponseListenerTest.php
M tests/Symfony/Tests/Component/HttpKernel/Exception/FlattenExceptionTest.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/BaseBundle/Resources/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/BaseBundle/Resources/hide.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle1Bundle/Resources/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle1Bundle/bar.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle1Bundle/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Bundle2Bundle/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ChildBundle/Resources/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ChildBundle/Resources/hide.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionAbsentBundle/ExtensionAbsentBundle.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionLoadedBundle/DependencyInjection/ExtensionLoadedExtension.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionLoadedBundle/ExtensionLoadedBundle.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionPresentBundle/Command/FooCommand.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/BaseBundle/hide.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/Bundle1Bundle/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/ChildBundle/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/Fixtures/Resources/FooBundle/foo.txt
M tests/Symfony/Tests/Component/HttpKernel/HttpCache/EsiTest.php
M tests/Symfony/Tests/Component/HttpKernel/HttpCache/HttpCacheTest.php
M tests/Symfony/Tests/Component/HttpKernel/HttpCache/HttpCacheTestCase.php
M tests/Symfony/Tests/Component/HttpKernel/HttpCache/StoreTest.php
M tests/Symfony/Tests/Component/HttpKernel/HttpCache/TestHttpKernel.php
M tests/Symfony/Tests/Component/HttpKernel/HttpCache/TestMultipleHttpKernel.php
M tests/Symfony/Tests/Component/HttpKernel/HttpKernelTest.php
M tests/Symfony/Tests/Component/HttpKernel/KernelTest.php
M tests/Symfony/Tests/Component/HttpKernel/Logger.php
M tests/Symfony/Tests/Component/HttpKernel/Profiler/ProfilerTest.php
M tests/Symfony/Tests/Component/HttpKernel/Profiler/SqliteProfilerStorageTest.php
M tests/Symfony/Tests/Component/HttpKernel/TestHttpKernel.php
M tests/Symfony/Tests/Component/Locale/LocaleTest.php
M tests/Symfony/Tests/Component/Locale/Stub/StubCollatorTest.php
M tests/Symfony/Tests/Component/Locale/Stub/StubIntlDateFormatterTest.php
M tests/Symfony/Tests/Component/Locale/Stub/StubIntlTest.php
M tests/Symfony/Tests/Component/Locale/Stub/StubLocaleTest.php
M tests/Symfony/Tests/Component/Locale/Stub/StubNumberFormatterTest.php
M tests/Symfony/Tests/Component/Locale/TestCase.php
M tests/Symfony/Tests/Component/Process/PhpExecutableFinderTest.php
M tests/Symfony/Tests/Component/Process/ProcessTest.php
M tests/Symfony/Tests/Component/Process/ProcessTestHelper.php
M tests/Symfony/Tests/Component/Routing/Annotation/RouteTest.php
M tests/Symfony/Tests/Component/Routing/CompiledRouteTest.php
M tests/Symfony/Tests/Component/Routing/Fixtures/AnnotatedClasses/AbstractClass.php
M tests/Symfony/Tests/Component/Routing/Fixtures/AnnotatedClasses/FooClass.php
M tests/Symfony/Tests/Component/Routing/Fixtures/RedirectableUrlMatcher.php
M tests/Symfony/Tests/Component/Routing/Fixtures/annotated.php
M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher1.apache
M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher1.php
M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher2.apache
M tests/Symfony/Tests/Component/Routing/Fixtures/dumper/url_matcher2.php
M tests/Symfony/Tests/Component/Routing/Fixtures/empty.yml
M tests/Symfony/Tests/Component/Routing/Fixtures/foo.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/foo1.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/incomplete.yml
M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalid.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalid.yml
M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalidkeys.yml
M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalidnode.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/nonvalidroute.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.php
M tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/validpattern.yml
M tests/Symfony/Tests/Component/Routing/Fixtures/validresource.xml
M tests/Symfony/Tests/Component/Routing/Fixtures/validresource.yml
M tests/Symfony/Tests/Component/Routing/Generator/Dumper/PhpGeneratorDumperTest.php
M tests/Symfony/Tests/Component/Routing/Generator/UrlGeneratorTest.php
M tests/Symfony/Tests/Component/Routing/Loader/AbstractAnnotationLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/AnnotationClassLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/AnnotationDirectoryLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/AnnotationFileLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/ClosureLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/PhpFileLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/XmlFileLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Loader/YamlFileLoaderTest.php
M tests/Symfony/Tests/Component/Routing/Matcher/Dumper/ApacheMatcherDumperTest.php
M tests/Symfony/Tests/Component/Routing/Matcher/Dumper/PhpMatcherDumperTest.php
M tests/Symfony/Tests/Component/Routing/Matcher/RedirectableUrlMatcherTest.php
M tests/Symfony/Tests/Component/Routing/Matcher/UrlMatcherTest.php
M tests/Symfony/Tests/Component/Routing/RouteCollectionTest.php
M tests/Symfony/Tests/Component/Routing/RouteCompilerTest.php
M tests/Symfony/Tests/Component/Routing/RouteTest.php
M tests/Symfony/Tests/Component/Security/Acl/Dbal/AclProviderBenchmarkTest.php
M tests/Symfony/Tests/Component/Security/Acl/Dbal/AclProviderTest.php
M tests/Symfony/Tests/Component/Security/Acl/Dbal/MutableAclProviderTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/AclTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/AuditLoggerTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/DoctrineAclCacheTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/EntryTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/FieldEntryTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategyTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/ObjectIdentityTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/PermissionGrantingStrategyTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/RoleSecurityIdentityTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategyTest.php
M tests/Symfony/Tests/Component/Security/Acl/Domain/UserSecurityIdentityTest.php
M tests/Symfony/Tests/Component/Security/Acl/Permission/BasicPermissionMapTest.php
M tests/Symfony/Tests/Component/Security/Acl/Permission/MaskBuilderTest.php
M tests/Symfony/Tests/Component/Security/Acl/Voter/AclVoterTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/AuthenticationProviderManagerTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/AuthenticationTrustResolverTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/DaoAuthenticationProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Provider/UserAuthenticationProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/RememberMe/PersistentTokenTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AbstractTokenTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/AnonymousTokenTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/PreAuthenticatedTokenTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/RememerMeTokenTest.php
M tests/Symfony/Tests/Component/Security/Core/Authentication/Token/UsernamePasswordTokenTest.php
M tests/Symfony/Tests/Component/Security/Core/Authorization/AccessDecisionManagerTest.php
M tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/AuthenticatedVoterTest.php
M tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/RoleHierarchyVoterTest.php
M tests/Symfony/Tests/Component/Security/Core/Authorization/Voter/RoleVoterTest.php
M tests/Symfony/Tests/Component/Security/Core/Encoder/BasePasswordEncoderTest.php
M tests/Symfony/Tests/Component/Security/Core/Encoder/EncoderFactoryTest.php
M tests/Symfony/Tests/Component/Security/Core/Encoder/MessageDigestPasswordEncoderTest.php
M tests/Symfony/Tests/Component/Security/Core/Encoder/PlaintextPasswordEncoderTest.php
M tests/Symfony/Tests/Component/Security/Core/Role/RoleHierarchyTest.php
M tests/Symfony/Tests/Component/Security/Core/Role/RoleTest.php
M tests/Symfony/Tests/Component/Security/Core/Role/SwitchUserRoleTest.php
M tests/Symfony/Tests/Component/Security/Core/SecurityContextTest.php
M tests/Symfony/Tests/Component/Security/Core/User/AccountCheckerTest.php
M tests/Symfony/Tests/Component/Security/Core/User/ChainUserProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/User/InMemoryProviderTest.php
M tests/Symfony/Tests/Component/Security/Core/User/UserTest.php
M tests/Symfony/Tests/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPointTest.php
M tests/Symfony/Tests/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPointTest.php
M tests/Symfony/Tests/Component/Security/Http/EntryPoint/FormAuthenticationEntryPointTest.php
M tests/Symfony/Tests/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPointTest.php
M tests/Symfony/Tests/Component/Security/Http/Firewall/AccessListenerTest.php
M tests/Symfony/Tests/Component/Security/Http/Firewall/AnonymousAuthenticationListenerTest.php
M tests/Symfony/Tests/Component/Security/Http/Firewall/BasicAuthenticationListenerTest.php
M tests/Symfony/Tests/Component/Security/Http/Firewall/ChannelListenerTest.php
M tests/Symfony/Tests/Component/Security/Http/Firewall/RememberMeListenerTest.php
M tests/Symfony/Tests/Component/Security/Http/FirewallMapTest.php
M tests/Symfony/Tests/Component/Security/Http/FirewallTest.php
M tests/Symfony/Tests/Component/Security/Http/HttpUtilsTest.php
M tests/Symfony/Tests/Component/Security/Http/Logout/CookieClearingLogoutHandlerTest.php
M tests/Symfony/Tests/Component/Security/Http/Logout/SessionLogoutHandlerTest.php
M tests/Symfony/Tests/Component/Security/Http/RememberMe/AbstractRememberMeServicesTest.php
M tests/Symfony/Tests/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServicesTest.php
M tests/Symfony/Tests/Component/Security/Http/RememberMe/TokenBasedRememberMeServicesTest.php
M tests/Symfony/Tests/Component/Serializer/Encoder/XmlEncoderTest.php
M tests/Symfony/Tests/Component/Serializer/Fixtures/Dummy.php
M tests/Symfony/Tests/Component/Serializer/Fixtures/NormalizableTraversableDummy.php
M tests/Symfony/Tests/Component/Serializer/Fixtures/ScalarDummy.php
M tests/Symfony/Tests/Component/Serializer/Fixtures/TraversableDummy.php
M tests/Symfony/Tests/Component/Serializer/Normalizer/CustomNormalizerTest.php
M tests/Symfony/Tests/Component/Serializer/Normalizer/GetSetMethodNormalizerTest.php
M tests/Symfony/Tests/Component/Serializer/SerializerTest.php
M tests/Symfony/Tests/Component/Templating/Fixtures/ProjectTemplateDebugger.php
M tests/Symfony/Tests/Component/Templating/Fixtures/SimpleHelper.php
M tests/Symfony/Tests/Component/Templating/Fixtures/templates/foo.php
M tests/Symfony/Tests/Component/Templating/Helper/AssetsHelperTest.php
M tests/Symfony/Tests/Component/Templating/Helper/CoreAssetsHelperTest.php
M tests/Symfony/Tests/Component/Templating/Helper/HelperTest.php
M tests/Symfony/Tests/Component/Templating/Helper/SlotsHelperTest.php
M tests/Symfony/Tests/Component/Templating/Loader/CacheLoaderTest.php
M tests/Symfony/Tests/Component/Templating/Loader/ChainLoaderTest.php
M tests/Symfony/Tests/Component/Templating/Loader/FilesystemLoaderTest.php
M tests/Symfony/Tests/Component/Templating/Loader/LoaderTest.php
M tests/Symfony/Tests/Component/Templating/PhpEngineTest.php
M tests/Symfony/Tests/Component/Templating/Storage/FileStorageTest.php
M tests/Symfony/Tests/Component/Templating/Storage/StorageTest.php
M tests/Symfony/Tests/Component/Templating/Storage/StringStorageTest.php
M tests/Symfony/Tests/Component/Templating/TemplateNameParserTest.php
M tests/Symfony/Tests/Component/Translation/IdentityTranslatorTest.php
M tests/Symfony/Tests/Component/Translation/IntervalTest.php
M tests/Symfony/Tests/Component/Translation/Loader/CsvFileLoaderTest.php
M tests/Symfony/Tests/Component/Translation/Loader/PhpFileLoaderTest.php
M tests/Symfony/Tests/Component/Translation/Loader/XliffFileLoaderTest.php
M tests/Symfony/Tests/Component/Translation/Loader/YamlFileLoaderTest.php
M tests/Symfony/Tests/Component/Translation/MessageCatalogueTest.php
M tests/Symfony/Tests/Component/Translation/MessageSelectorTest.php
M tests/Symfony/Tests/Component/Translation/TranslatorTest.php
M tests/Symfony/Tests/Component/Translation/fixtures/empty.csv
M tests/Symfony/Tests/Component/Translation/fixtures/empty.yml
M tests/Symfony/Tests/Component/Translation/fixtures/non-valid.xliff
M tests/Symfony/Tests/Component/Translation/fixtures/non-valid.yml
M tests/Symfony/Tests/Component/Translation/fixtures/resources.csv
M tests/Symfony/Tests/Component/Translation/fixtures/resources.php
M tests/Symfony/Tests/Component/Translation/fixtures/resources.xliff
M tests/Symfony/Tests/Component/Translation/fixtures/resources.yml
M tests/Symfony/Tests/Component/Validator/ConstraintTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/AllValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/AssertFalseValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/AssertTrueValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/AssertTypeValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/BlankValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/CallbackValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/ChoiceValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/CollectionValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/CountryValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/DateTimeValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/DateValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/EmailValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/FileValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/IpValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/LanguageValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/LocaleValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/LocalizedTestCase.php
M tests/Symfony/Tests/Component/Validator/Constraints/MaxLengthValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/MaxValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/MinLengthValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/MinValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/NotBlankValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/NotNullValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/NullValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/RegexValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/TimeValidatorTest.php
M tests/Symfony/Tests/Component/Validator/Constraints/UrlValidatorTest.php
M tests/Symfony/Tests/Component/Validator/ExecutionContextTest.php
M tests/Symfony/Tests/Component/Validator/Fixtures/ClassConstraint.php
M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintA.php
M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintAValidator.php
M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintB.php
M tests/Symfony/Tests/Component/Validator/Fixtures/ConstraintC.php
M tests/Symfony/Tests/Component/Validator/Fixtures/Entity.php
M tests/Symfony/Tests/Component/Validator/Fixtures/EntityInterface.php
M tests/Symfony/Tests/Component/Validator/Fixtures/EntityParent.php
M tests/Symfony/Tests/Component/Validator/Fixtures/FailingConstraint.php
M tests/Symfony/Tests/Component/Validator/Fixtures/FailingConstraintValidator.php
M tests/Symfony/Tests/Component/Validator/Fixtures/FakeClassMetadataFactory.php
M tests/Symfony/Tests/Component/Validator/Fixtures/FilesLoader.php
M tests/Symfony/Tests/Component/Validator/Fixtures/InvalidConstraint.php
M tests/Symfony/Tests/Component/Validator/Fixtures/InvalidConstraintValidator.php
M tests/Symfony/Tests/Component/Validator/Fixtures/PropertyConstraint.php
M tests/Symfony/Tests/Component/Validator/Fixtures/Reference.php
M tests/Symfony/Tests/Component/Validator/GraphWalkerTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Cache/ApcCacheTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/ClassMetadataFactoryTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/ClassMetadataTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/ElementMetadataTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/GetterMetadataTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/AnnotationLoaderTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/FilesLoaderTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/LoaderChainTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/StaticMethodLoaderTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/XmlFileLoaderTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/YamlFileLoaderTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/constraint-mapping.xml
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/constraint-mapping.yml
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/empty-mapping.yml
M tests/Symfony/Tests/Component/Validator/Mapping/Loader/nonvalid-mapping.yml
M tests/Symfony/Tests/Component/Validator/Mapping/MemberMetadataTest.php
M tests/Symfony/Tests/Component/Validator/Mapping/PropertyMetadataTest.php
M tests/Symfony/Tests/Component/Validator/ValidatorContextTest.php
M tests/Symfony/Tests/Component/Validator/ValidatorFactoryTest.php
M tests/Symfony/Tests/Component/Validator/ValidatorTest.php
M tests/Symfony/Tests/Component/Yaml/DumperTest.php
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsAnchorAlias.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsBasicTests.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsBlockMapping.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsDocumentSeparator.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsErrorTests.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsFlowCollections.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsFoldedScalars.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsNullsAndEmpties.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsSpecificationExamples.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/YtsTypeTransfers.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/escapedCharacters.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/index.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/sfComments.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/sfCompact.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/sfMergeKey.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/sfObjects.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/sfQuotes.yml
M tests/Symfony/Tests/Component/Yaml/Fixtures/sfTests.yml
M tests/Symfony/Tests/Component/Yaml/InlineTest.php
M tests/Symfony/Tests/Component/Yaml/ParserTest.php
M tests/bootstrap.php
"symfony" has local modifications. Please revert or commit/push them before running this command again.
danny@danny-PC:/var/www/sistema$