From 34833f6a0193cebe1a86ebba20a9a9c2f44659c7 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sun, 19 Mar 2017 05:53:49 +0000 Subject: [PATCH] Add testing skills --- app/config/sculpin_site.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/config/sculpin_site.yml b/app/config/sculpin_site.yml index 101c339d7..daace5738 100644 --- a/app/config/sculpin_site.yml +++ b/app/config/sculpin_site.yml @@ -84,6 +84,7 @@ packagist: skills: ansible: { title: Ansible, image: ~ } + behat: { title: Behat, image: ~ } compass: { title: Compass, image: compass.png } composer: { title: Composer, image: ~ } docker: { title: Docker, image: ~ } @@ -97,9 +98,11 @@ skills: less: { title: Less, image: less.png } linux: { title: Linux, image: ~ } php: { title: PHP, image: php.png } + phpunit: { title: PHPUnit, image: ~ } puppet: { title: Puppet, image: ~ } sass: { title: Sass, image: sass.png } silex: { title: Silex, image: ~ } + simpletest: { title: SimpleTest, image: ~ } svn: { title: Subversion, image: svn.jpg } symfony: { title: Symfony, image: ~ } vagrant: { title: Vagrant, image: ~ }