Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Mar 15, 2016
1 parent 7b7b21b commit bb308ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/twist.Test.php
@@ -1,6 +1,6 @@
<?php

class twist extends \PHPUnit_Framework_TestCase{
class TwistTest extends \PHPUnit_Framework_TestCase{

public function testVersion(){
$this->assertTrue(strlen(\Twist::version()) >= 5);
Expand Down

0 comments on commit bb308ca

Please sign in to comment.