소스 검색

Restore test for full hash display in create project

Jordi Boggiano 12 년 전
부모
커밋
c463216726

+ 0 - 0
tests/Composer/Test/Fixtures/functional/create_project_command.test → tests/Composer/Test/Fixtures/functional/create-project-command.test


+ 4 - 0
tests/Composer/Test/Fixtures/functional/create-project-shows-full-hash-for-dev-packages.test

@@ -0,0 +1,4 @@
+--RUN--
+create-project seld/jsonlint %testDir% dev-master
+--EXPECT-REGEX--
+{^Installing seld/jsonlint \(dev-master [a-f0-9]{40}\)}