Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alhoqbani committed Jul 11, 2017
1 parent f04b242 commit a922c67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/Arabic/GlyphsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ protected function tearDown()


/** @test */
public function it_loads_date_class()
public function it_loads_glyphs_class()
{
$this->assertInstanceOf(I18N_Arabic_Glyphs::class, $this->glyphs->myObject);
}


}

0 comments on commit a922c67

Please sign in to comment.