- Timestamp:
- 05/30/09 16:56:15 (4 years ago)
- Files:
-
- 1 modified
-
lang/zsh/Completion/_symfony (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/zsh/Completion/_symfony
r33305 r33675 48 48 | sed -n -e 's/^\[\([[:alnum:]]\{1,\}\)\]$/\1/' \ 49 49 -e '/^symfony$/d' -e '/^[[:alnum:]]\{1,\}$/p') 50 } 51 52 _sfunittests () { 53 _wanted test expl 'test' compadd \ 54 $(command ls test/unit/**/*.php | sed -n 's/^test\/unit\/\(.*\)Test\.php$/\1/p') 50 55 } 51 56 … … 155 160 ;; 156 161 162 test-unit|test:unit) 163 _arguments :test:_sfunittests 164 ;; 165 157 166 esac 158 167 return 1
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)