Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
Inspired by dannyfritz/commit-message-emoji
See also gitmoji.
Commit type | Emoji |
---|---|
Initial commit | 🎉 :tada: |
Version tag | 🔖 :bookmark: |
New feature | ✨ :sparkles: |
Bugfix | 🐛 :bug: |
if has('win32') || has ('win64') | |
let $VIMHOME = $HOME."/Dropbox/dotfiles/.vim" | |
if !empty($CONEMUBUILD) | |
set term=xterm | |
set t_Co=256 | |
let &t_AB="\e[48;5;%dm" | |
let &t_AF="\e[38;5;%dm" | |
endif |
# --------------------------------------------------------------------------- | |
# | |
# Description: This file holds all my BASH configurations and aliases | |
# | |
# Sections: | |
# 1. Environment Configuration | |
# 2. Make Terminal Better (remapping defaults and adding functionality) | |
# 3. File and Folder Management | |
# 4. Searching | |
# 5. Process Management |
<?php | |
namespace Silpion\ExampleBundle\Tests\Listener\Serialization; | |
use Silpion\ExampleBundle\Entity\TextBlock; | |
use Silpion\ExampleBundle\Listener\Serialization\SerializationListener; | |
class SerializationListenerTest extends \PHPUnit_Framework_TestCase | |
{ | |
/** @var SerializationListener */ |
<?php | |
namespace Silpion\ExampleBundle\Tests\Listener\Serialization; | |
use Silpion\ExampleBundle\Entity\TextBlock; | |
use Silpion\ExampleBundle\Listener\Serialization\SerializationListener; | |
class SerializationListenerTest extends \PHPUnit_Framework_TestCase | |
{ | |
/** @var SerializationListener */ |