Skip to content
This repository has been archived by the owner on Mar 7, 2020. It is now read-only.

Commit

Permalink
Migrate SDK from techotaku/dbcha
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Li committed Aug 27, 2013
1 parent b7fa8ce commit 66c07d8
Show file tree
Hide file tree
Showing 8 changed files with 588 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# OSX
.DS_Store
.AppleDouble
.LSOverride
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# SublimeText project files
*.sublime-workspace

# Web Storm
*.idea
.idea
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: php

php:
- 5.3
- 5.4
- 5.5

before_script:
- ./test/install-extensions.sh
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
Wechat-SDK.php
==============
# Wechat-SDK.php

[![Build Status](https://travis-ci.org/techotaku/Wechat-SDK.php.png?branch=master)](https://travis-ci.org/techotaku/Wechat-SDK.php)

## Overview
微信公众平台 PHP SDK。
8 changes: 8 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit colors="true">
<testsuites>
<testsuite name="Wechat SDK BVT">
<directory suffix="Test.php">./test</directory>
</testsuite>
</testsuites>
</phpunit>
Loading

0 comments on commit 66c07d8

Please sign in to comment.