Skip to content

Commit

Permalink
Remove circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Nov 9, 2022
1 parent 037e314 commit bf0c0a9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VULCAN Optivum Timetable parser for PHP

[![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/timetable-parser-php.svg?style=flat-square)](https://circleci.com/gh/wulkanowy/timetable-parser-php)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/wulkanowy/timetable-parser-php/Tests/master?style=flat-square)
[![Codecov](https://img.shields.io/codecov/c/github/wulkanowy/timetable-parser-php/master.svg?style=flat-square)](https://codecov.io/gh/wulkanowy/timetable-parser-php)
[![StyleCI](https://styleci.io/repos/126021069/shield?branch=master)](https://styleci.io/repos/126021069)
[![Latest Stable Version](https://poser.pugx.org/wulkanowy/timetable-parser/v/stable?format=flat-square)](https://packagist.org/packages/wulkanowy/timetable-parser)
Expand Down
1 change: 1 addition & 0 deletions tests/EqualsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ private function format($html): string
$doc->html($html);
$doc->find('.tabela');
$html = $doc->find('.tabela')->first()->getHtml();

return str_replace(' ', '', $html);
}
}

0 comments on commit bf0c0a9

Please sign in to comment.